diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-11-27 04:02:57 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-12-20 12:22:48 -0500 |
commit | ed84166ac05476fbd45f22050eff2a28866290ab (patch) | |
tree | b26bd8be9892fc61241bccbe2f697e7f46fcaf20 | |
parent | 042f3730e14c35e3689157bd6b146ab5189ba730 (diff) |
ARM: versatile: build using EABI
This should work just fine on this purely v5 platform, so let's
config it for EABI by default.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | arch/arm/configs/versatile_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/versatile_defconfig b/arch/arm/configs/versatile_defconfig index bb83c099d5a6..6d4c2df44c9c 100644 --- a/arch/arm/configs/versatile_defconfig +++ b/arch/arm/configs/versatile_defconfig | |||
@@ -8,6 +8,8 @@ CONFIG_MODULE_UNLOAD=y | |||
8 | CONFIG_PARTITION_ADVANCED=y | 8 | CONFIG_PARTITION_ADVANCED=y |
9 | CONFIG_ARCH_VERSATILE=y | 9 | CONFIG_ARCH_VERSATILE=y |
10 | CONFIG_MACH_VERSATILE_AB=y | 10 | CONFIG_MACH_VERSATILE_AB=y |
11 | CONFIG_AEABI=y | ||
12 | CONFIG_OABI_COMPAT=y | ||
11 | CONFIG_ZBOOT_ROM_TEXT=0x0 | 13 | CONFIG_ZBOOT_ROM_TEXT=0x0 |
12 | CONFIG_ZBOOT_ROM_BSS=0x0 | 14 | CONFIG_ZBOOT_ROM_BSS=0x0 |
13 | CONFIG_CMDLINE="root=1f03 mem=32M" | 15 | CONFIG_CMDLINE="root=1f03 mem=32M" |