
Hi Tom,
Please pull the following bug fixing patches from u-boot-blackfin into your tree.
Thanks
Sonic Zhang
The following changes since commit e03c76c30342797a25ef9350e51c8daa0b56f1df:
powerpc/mpc85xx: Update CONFIG_SYS_FSL_TBCLK_DIV for T1040 (2013-12-11 11:12:54 -0800)
are available in the git repository at:
git://git.denx.de/u-boot-blackfin.git master
for you to fetch changes up to ecf9ce2149bdb884ac294e9b39c673046bb9b572:
blackfin: remove build warning (2013-12-16 11:38:33 +0800)
---------------------------------------------------------------- Sonic Zhang (6): blackfin: fix build error by adding CONFIG_BFIN_SERIAL blackfin: fix building error by adding macro CONFIG_SYS_I2C blackfin: Disable commands to reduce l1 ram requirement blackfin: fix building error by enlarging the memory size blackfin: fixing warning by including proper headers blackfin: remove build warning
arch/blackfin/cpu/initcode.c | 18 ++++++++++-------- arch/blackfin/include/asm/blackfin_local.h | 7 +++++-- arch/blackfin/lib/board.c | 1 + arch/blackfin/lib/clocks.c | 5 ++++- board/bf609-ezkit/bf609-ezkit.c | 1 + include/configs/bf506f-ezkit.h | 8 ++++++-- include/configs/bf561-acvilon.h | 2 +- include/configs/bf561-ezkit.h | 1 + include/configs/blackvme.h | 1 + include/configs/cm-bf537e.h | 4 ++-- include/configs/cm-bf537u.h | 3 ++- include/configs/tcm-bf537.h | 3 ++- 12 files changed, 36 insertions(+), 18 deletions(-)