]> Git Repo - u-boot.git/commit - common/board_f.c
common/board_f: Initialized global data for generic board
authorYork Sun <[email protected]>
Sat, 3 May 2014 00:28:04 +0000 (17:28 -0700)
committerTom Rini <[email protected]>
Mon, 12 May 2014 19:20:05 +0000 (15:20 -0400)
commit2a1680e30e3fa8257b60cb9dbd7add32539ac470
treecc8ddc1f7e452ba131820fd872833855f440d82d
parent7e18a1b9586e4d992f49bcd0728a93f8828b9f98
common/board_f: Initialized global data for generic board

Some platforms (tested on mpc85xx, mpc86xx) use global data before calling
function baord_inti_f(). The data should not be cleared later. Any arch
which uses global data in generic board board_init_f() should define
CONFIG_SYS_GENERIC_GLOBAL_DATA.

Signed-off-by: York Sun <[email protected]>
CC: Scott Wood <[email protected]>
CC: Simon Glass <[email protected]>
CC: Albert ARIBAUD <[email protected]>
Acked-by: Simon Glass <[email protected]>
README
arch/arc/include/asm/config.h
arch/arm/include/asm/config.h
arch/mips/include/asm/config.h
arch/sandbox/include/asm/config.h
common/board_f.c
This page took 0.035663 seconds and 4 git commands to generate.