diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-31 07:10:58 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-30 21:19:32 -0400 |
commit | ad17a81c0627537e022967628410cd12dd781b53 (patch) | |
tree | 9f0537777235fb5f80f7543dca5215c3550fe0cc /configs/versatileab_defconfig | |
parent | f40b98986384373e03e0b2f19833c3e65e452fdb (diff) | |
download | u-boot-midas-ad17a81c0627537e022967628410cd12dd781b53.tar.gz u-boot-midas-ad17a81c0627537e022967628410cd12dd781b53.tar.bz2 u-boot-midas-ad17a81c0627537e022967628410cd12dd781b53.zip |
versatile: kconfig: move common settings
Move Versatile-specific settings to versatile/Kconfig.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'configs/versatileab_defconfig')
-rw-r--r-- | configs/versatileab_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/versatileab_defconfig b/configs/versatileab_defconfig index 9d64dd0e56..94680fef21 100644 --- a/configs/versatileab_defconfig +++ b/configs/versatileab_defconfig @@ -1,3 +1,3 @@ CONFIG_SYS_EXTRA_OPTIONS="ARCH_VERSATILE_AB" CONFIG_ARM=y -CONFIG_TARGET_VERSATILEAB=y +CONFIG_ARCH_VERSATILE=y |