
Hi Tom,
Please pull the following patches from u-boot-blackfin into your tree.
Thanks
Sonic Zhang
The following changes since commit f44483b57c49282299da0e5c10073b909cdad979:
Merge branch 'serial' of git://git.denx.de/u-boot-microblaze (2013-12-02 08:48:02 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-blackfin.git master
for you to fetch changes up to 985e18d14e0cb3933311945d30de6357cf8be9df:
blackfin: Do not generate unused header bootrom-asm-offsets.h (2013-12-06 16:06:51 +0800)
---------------------------------------------------------------- Axel Lin (2): spi: bfin_spi: Remove unnecessary test for bus and pins[bus] spi: bfin_spi6xx: Remove unnecessary test for bus and pins[bus]
Masahiro Yamada (1): blackfin: Do not generate unused header bootrom-asm-offsets.h
Sonic Zhang (4): blackfin: Use ADI_GPIO2 driver other than the default ADI_GPIO1 blackfin: If none ADI_GPIOX macro is defined, use ADI_GPIO1 as default blackfin: Add missing macro CONFIG_BFIN_SERIAL blackfin: soft-i2c: No need to define blackfin specific soft i2c operations
Makefile | 1 - arch/blackfin/cpu/.gitignore | 2 -- arch/blackfin/cpu/Makefile | 10 -------- arch/blackfin/cpu/bootrom-asm-offsets.awk | 41 ------------------------------ arch/blackfin/cpu/bootrom-asm-offsets.c.in | 12 --------- arch/blackfin/cpu/gpio.c | 2 +- arch/blackfin/include/asm/gpio.h | 2 +- drivers/spi/bfin_spi.c | 17 +++++++------ drivers/spi/bfin_spi6xx.c | 5 +--- include/configs/bf506f-ezkit.h | 1 + include/configs/bf525-ucr2.h | 1 + include/configs/bf533-stamp.h | 29 ++------------------- include/configs/bf537-minotaur.h | 1 + include/configs/bf537-srv1.h | 1 + include/configs/blackstamp.h | 1 + include/configs/cm-bf548.h | 2 ++ include/configs/dnp5370.h | 1 + 17 files changed, 22 insertions(+), 107 deletions(-) delete mode 100644 arch/blackfin/cpu/bootrom-asm-offsets.awk delete mode 100644 arch/blackfin/cpu/bootrom-asm-offsets.c.in