diff options
author | Alex Shi <alex.shi@linaro.org> | 2014-07-08 11:25:53 +0800 |
---|---|---|
committer | Alex Shi <alex.shi@linaro.org> | 2014-07-08 13:32:33 +0800 |
commit | 962af4da9ae6ab3e00ee7117717b90ffb1d89ddb (patch) | |
tree | 236348ff1b9f85b6092563179ce6267e14613fbb /linaro | |
parent | f7f9bfe5883b688f5a5c942a8d4ecfac1605f474 (diff) |
LSK/panda: add missed kernel configure for lsk 3.14 booting
Without the added configs, the lsk 3.14 boot hang on panda board
from 'start kernel'
Signed-off-by: Alex Shi <alex.shi@linaro.org>
Diffstat (limited to 'linaro')
-rw-r--r-- | linaro/configs/omap4.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linaro/configs/omap4.conf b/linaro/configs/omap4.conf index 50fb9d9cb5b5..d0a2b808ff12 100644 --- a/linaro/configs/omap4.conf +++ b/linaro/configs/omap4.conf @@ -9,6 +9,8 @@ CONFIG_PARTITION_ADVANCED=y CONFIG_GPIO_PCA953X=y CONFIG_OMAP_RESET_CLOCKS=y CONFIG_OMAP_MUX_DEBUG=y +CONFIG_ARCH_OMAP3=y +CONFIG_ARCH_OMAP4=y CONFIG_ARCH_OMAP2PLUS=y CONFIG_SOC_OMAP5=y # CONFIG_ARCH_OMAP2 is not set |