diff options
author | Heiko Schocher <hs@denx.de> | 2014-11-18 11:51:06 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-12-04 21:28:32 -0500 |
commit | 0c331ebcc6843bb5e4e6727d1b4a13ef2284a5ab (patch) | |
tree | ccec1c14aae6786763a60cbf2cfd7a19da3f54fb /board/siemens/common/board.c | |
parent | 4ac32b9c4db8e9e427584024c93773927644f7f4 (diff) | |
download | u-boot-imx-0c331ebcc6843bb5e4e6727d1b4a13ef2284a5ab.zip u-boot-imx-0c331ebcc6843bb5e4e6727d1b4a13ef2284a5ab.tar.gz u-boot-imx-0c331ebcc6843bb5e4e6727d1b4a13ef2284a5ab.tar.bz2 |
arm, am335x: siemens boards add FIT support
add FIT support and set "boardid" from factoryset records
"DEV/id" and "COMP/ver". "boardid" is used for selecting
which fit configuration gets booted on the board.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/siemens/common/board.c')
-rw-r--r-- | board/siemens/common/board.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/siemens/common/board.c b/board/siemens/common/board.c index 2782bcc..cc0ac6b 100644 --- a/board/siemens/common/board.c +++ b/board/siemens/common/board.c @@ -96,15 +96,6 @@ const struct dpll_params *get_dpll_ddr_params(void) return &dpll_ddr; } -#ifdef CONFIG_BOARD_LATE_INIT -int board_late_init(void) -{ - omap_nand_switch_ecc(1, 8); - - return 0; -} -#endif - #ifndef CONFIG_SPL_BUILD #if defined(BOARD_DFU_BUTTON_GPIO) /* |