diff options
author | Felipe Balbi <balbi@ti.com> | 2014-11-06 08:28:42 -0600 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-12-04 11:04:12 -0500 |
commit | ba2e01c72be50b49e731ef3d06a0e5f55bb328b4 (patch) | |
tree | 7ea12200f7363e8a8c9964b0e88a3944bfb2bea5 /include/configs/cm_t54.h | |
parent | f0c6e1c31b94f193047619b6adf67c2d792b659e (diff) |
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/cm_t54.h')
-rw-r--r-- | include/configs/cm_t54.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cm_t54.h b/include/configs/cm_t54.h index 641ab48c2c..92ce1e17da 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 */ |