summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2014-11-06 14:28:42 (GMT)
committerTom Rini <trini@ti.com>2014-12-04 16:04:12 (GMT)
commitba2e01c72be50b49e731ef3d06a0e5f55bb328b4 (patch)
tree7ea12200f7363e8a8c9964b0e88a3944bfb2bea5 /include/configs
parentf0c6e1c31b94f193047619b6adf67c2d792b659e (diff)
downloadu-boot-ba2e01c72be50b49e731ef3d06a0e5f55bb328b4.tar.xz
arm: omap5: don't enable misc_init_r by default
Out of all OMAP5-like boards, only one of them needs CONFIG_MISC_INIT_R, so it's best to enable that for that particular board only, instead of enabling for all boards unconditionally. Signed-off-by: Felipe Balbi <balbi@ti.com> Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/cm_t54.h1
-rw-r--r--include/configs/omap5_uevm.h1
-rw-r--r--include/configs/ti_omap5_common.h1
3 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/cm_t54.h b/include/configs/cm_t54.h
index 641ab48..92ce1e1 100644
--- a/include/configs/cm_t54.h
+++ b/include/configs/cm_t54.h
@@ -16,7 +16,6 @@
#include <configs/ti_omap5_common.h>
-#undef CONFIG_MISC_INIT_R
#undef CONFIG_SPL_OS_BOOT
/* Enable Generic board */
diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h
index e8dc462..e07795f 100644
--- a/include/configs/omap5_uevm.h
+++ b/include/configs/omap5_uevm.h
@@ -23,6 +23,7 @@
#define CONFIG_SYS_NS16550_COM3 UART3_BASE
#define CONFIG_BAUDRATE 115200
+#define CONFIG_MISC_INIT_R
/* MMC ENV related defines */
#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */
diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h
index 3166392..5b03fb1 100644
--- a/include/configs/ti_omap5_common.h
+++ b/include/configs/ti_omap5_common.h
@@ -19,7 +19,6 @@
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO
-#define CONFIG_MISC_INIT_R
#define CONFIG_ARCH_CPU_INIT
#define CONFIG_SYS_CACHELINE_SIZE 64