summaryrefslogtreecommitdiffstats
path: root/include/configs/km
diff options
context:
space:
mode:
authorHolger Brunck <holger.brunck@keymile.com>2015-11-17 10:53:28 +0100
committerTom Rini <trini@konsulko.com>2015-11-18 15:28:54 -0500
commitbbd94a0b491161c11a93436fd1bf91d601a8ba95 (patch)
treeb2e22c6c971556bff8c15a1e35662b9ed33839b2 /include/configs/km
parentd6d864768f3008956f62c8d60459b9fc33db58ae (diff)
downloadblackbird-obmc-uboot-bbd94a0b491161c11a93436fd1bf91d601a8ba95.tar.gz
blackbird-obmc-uboot-bbd94a0b491161c11a93436fd1bf91d601a8ba95.zip
km/powerpc: move open firmware defines to km-powerpc.h
We use the same settings for open firmware defines on all our powerpc targets, so move them from the CPU specific headers to the common powerpc header. Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Diffstat (limited to 'include/configs/km')
-rw-r--r--include/configs/km/km-powerpc.h4
-rw-r--r--include/configs/km/km83xx-common.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/include/configs/km/km-powerpc.h b/include/configs/km/km-powerpc.h
index 64fccbd727..3f045f2e4a 100644
--- a/include/configs/km/km-powerpc.h
+++ b/include/configs/km/km-powerpc.h
@@ -17,6 +17,10 @@
#define CONFIG_CMD_DTT
#define CONFIG_JFFS2_CMDLINE
+/* Pass open firmware flat tree */
+#define CONFIG_OF_LIBFDT
+#define CONFIG_OF_BOARD_SETUP
+
/* standard km ethernet_present for piggy */
#define CONFIG_KM_COMMON_ETH_INIT
diff --git a/include/configs/km/km83xx-common.h b/include/configs/km/km83xx-common.h
index cebe21060e..4e355a7bd5 100644
--- a/include/configs/km/km83xx-common.h
+++ b/include/configs/km/km83xx-common.h
@@ -152,9 +152,6 @@
#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500)
#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600)
-/* Pass open firmware flat tree */
-#define CONFIG_OF_LIBFDT
-#define CONFIG_OF_BOARD_SETUP
#define CONFIG_OF_STDOUT_VIA_ALIAS
/*
OpenPOWER on IntegriCloud