summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-12-30 21:29:35 +0100
committerMarek Vasut <marex@denx.de>2015-03-04 23:07:04 +0100
commit7287d5f091c97a38a8820b45aaee123d6bbef12f (patch)
treea4f717e4922f6ca22fa3685cafc08f39f55da327 /include
parent758be453dec8f29cf2b70a54be2bc178e097797c (diff)
downloadtalos-obmc-uboot-7287d5f091c97a38a8820b45aaee123d6bbef12f.tar.gz
talos-obmc-uboot-7287d5f091c97a38a8820b45aaee123d6bbef12f.zip
arm: socfpga: Zap checkboard()
Since all boards now have a DT, instead of hard-coding the board name into the U-Boot binary, read the board name from DT "model" property. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Chin Liang See <clsee@opensource.altera.com> Cc: Dinh Nguyen <dinguyen@opensource.altera.com> Acked-by: Pavel Machek <pavel@denx.de> Acked-by: Stefan Roese <sr@denx.de> Cc: Vince Bridgers <vbridger@opensource.altera.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/socfpga_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index ee227fef0f..59b7f218a4 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -19,7 +19,7 @@
* High level configuration
*/
#define CONFIG_DISPLAY_CPUINFO
-#define CONFIG_DISPLAY_BOARDINFO
+#define CONFIG_DISPLAY_BOARDINFO_LATE
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_ARCH_EARLY_INIT_R
#define CONFIG_SYS_NO_FLASH
OpenPOWER on IntegriCloud