diff options
author | Masahiro Yamada | 2014-08-31 07:11:03 +0900 |
---|---|---|
committer | Tom Rini | 2014-08-30 21:21:59 -0400 |
commit | d08215a5f13a11745d4adae3dab76c5e8fadbe0a (patch) | |
tree | 70c59bdfc9579eaa38e2e50fbe15e9414729b57f /board/ti/panda | |
parent | 3cfbcb58d38a0fa996a2566868af149e0515311e (diff) |
omap4: kconfig: move board select menu and common settings
Becuase the board select menu in arch/arm/Kconfig is too big,
move the OMAP4 board select menu to omap4/Kconfig.
Move also common settings (CONFIG_SYS_CPU="armv7" and
CONFIG_SYS_SOC="omap4").
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reviewed-by: Tom Rini <trini@ti.com>
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'board/ti/panda')
-rw-r--r-- | board/ti/panda/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/ti/panda/Kconfig b/board/ti/panda/Kconfig index be1307d76a7..b69218b6c3b 100644 --- a/board/ti/panda/Kconfig +++ b/board/ti/panda/Kconfig @@ -1,9 +1,5 @@ if TARGET_OMAP4_PANDA -config SYS_CPU - string - default "armv7" - config SYS_BOARD string default "panda" @@ -12,10 +8,6 @@ config SYS_VENDOR string default "ti" -config SYS_SOC - string - default "omap4" - config SYS_CONFIG_NAME string default "omap4_panda" |