summaryrefslogtreecommitdiffstats
path: root/include/configs/pxm2.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2014-11-18 11:51:06 +0100
committerTom Rini <trini@ti.com>2014-12-04 21:28:32 -0500
commit0c331ebcc6843bb5e4e6727d1b4a13ef2284a5ab (patch)
treeccec1c14aae6786763a60cbf2cfd7a19da3f54fb /include/configs/pxm2.h
parent4ac32b9c4db8e9e427584024c93773927644f7f4 (diff)
downloadtalos-obmc-uboot-0c331ebcc6843bb5e4e6727d1b4a13ef2284a5ab.tar.gz
talos-obmc-uboot-0c331ebcc6843bb5e4e6727d1b4a13ef2284a5ab.zip
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 'include/configs/pxm2.h')
-rw-r--r--include/configs/pxm2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/pxm2.h b/include/configs/pxm2.h
index d75d562963..946b2c85e9 100644
--- a/include/configs/pxm2.h
+++ b/include/configs/pxm2.h
@@ -150,4 +150,8 @@
#define CONFIG_SYS_CONSOLE_FG_COL 0x00
#endif
+#ifndef CONFIG_SPL_BUILD
+#define CONFIG_FIT
+#endif
+
#endif /* ! __CONFIG_PXM2_H */
OpenPOWER on IntegriCloud