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>
This commit is contained in:
Heiko Schocher
2014-11-18 11:51:06 +01:00
committed by Tom Rini
parent 4ac32b9c4d
commit 0c331ebcc6
8 changed files with 83 additions and 19 deletions

View File

@@ -150,4 +150,8 @@
#define CONFIG_SYS_CONSOLE_FG_COL 0x00
#endif
#ifndef CONFIG_SPL_BUILD
#define CONFIG_FIT
#endif
#endif /* ! __CONFIG_PXM2_H */

View File

@@ -154,4 +154,8 @@
#define CONFIG_SYS_CONSOLE_FG_COL 0x00
#endif
#ifndef CONFIG_SPL_BUILD
#define CONFIG_FIT
#endif
#endif /* ! __CONFIG_RUT_H */