summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2014-11-19 09:37:47 +0100
committerWolfgang Denk <wd@denx.de>2014-11-19 13:07:54 +0100
commitc07e8da1a47f795d01ce2c26996b262869c8638f (patch)
tree0d7a3a22ac8ff271b4008330a05d953177c4313b
parent746a36a10776b003f877f7f5f63398a29959a9dc (diff)
downloadblackbird-obmc-uboot-c07e8da1a47f795d01ce2c26996b262869c8638f.tar.gz
blackbird-obmc-uboot-c07e8da1a47f795d01ce2c26996b262869c8638f.zip
powerpc: mpc52xx: a3m071/a4m2k: Convert to generic board
a3m071 and a4m2k share one config header. So adding the generic board defines in this one file is enough to convert both boards. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Wolfgang Denk <wd@denx.de>
-rw-r--r--include/configs/a3m071.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/a3m071.h b/include/configs/a3m071.h
index a4050f34cc..120fdc6659 100644
--- a/include/configs/a3m071.h
+++ b/include/configs/a3m071.h
@@ -14,6 +14,8 @@
#define CONFIG_MPC5200
#define CONFIG_A3M071 /* A3M071 board */
+#define CONFIG_DISPLAY_BOARDINFO
+#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_SYS_TEXT_BASE 0x01000000 /* boot low for 32 MiB boards */
OpenPOWER on IntegriCloud