Message ID | 1341572895-9523-1-git-send-email-horms@verge.net.au (mailing list archive) |
---|---|
State | Accepted |
Commit | 70523b4e57cb6eeb1da7c8ebf19df855221825ad |
Headers | show |
On Friday, July 06, 2012, Simon Horman wrote: > This allows use a Debian armhf usespace > as well as the existing ability to use a Debian armel userspace. > > Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> > Signed-off-by: Simon Horman <horms@verge.net.au> Applied to the armadillo branch of the renesas.git tree. Thanks, Rafael > --- > arch/arm/configs/armadillo800eva_defconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/configs/armadillo800eva_defconfig b/arch/arm/configs/armadillo800eva_defconfig > index 16bbb3f..7d87184 100644 > --- a/arch/arm/configs/armadillo800eva_defconfig > +++ b/arch/arm/configs/armadillo800eva_defconfig > @@ -18,7 +18,7 @@ CONFIG_ARCH_SHMOBILE=y > CONFIG_ARCH_R8A7740=y > CONFIG_MACH_ARMADILLO800EVA=y > # CONFIG_SH_TIMER_TMU is not set > -# CONFIG_ARM_THUMB is not set > +CONFIG_ARM_THUMB=y > CONFIG_CPU_BPREDICT_DISABLE=y > # CONFIG_CACHE_L2X0 is not set > CONFIG_ARM_ERRATA_430973=y > @@ -36,6 +36,7 @@ CONFIG_ZBOOT_ROM_BSS=0x0 > CONFIG_CMDLINE="console=tty0 console=ttySC1,115200 earlyprintk=sh-sci.1,115200 ignore_loglevel root=/dev/nfs ip=dhcp nfsroot=,rsize=4096,wsize=4096" > CONFIG_CMDLINE_FORCE=y > CONFIG_KEXEC=y > +CONFIG_VFP=y > # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set > # CONFIG_SUSPEND is not set > CONFIG_NET=y > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/configs/armadillo800eva_defconfig b/arch/arm/configs/armadillo800eva_defconfig index 16bbb3f..7d87184 100644 --- a/arch/arm/configs/armadillo800eva_defconfig +++ b/arch/arm/configs/armadillo800eva_defconfig @@ -18,7 +18,7 @@ CONFIG_ARCH_SHMOBILE=y CONFIG_ARCH_R8A7740=y CONFIG_MACH_ARMADILLO800EVA=y # CONFIG_SH_TIMER_TMU is not set -# CONFIG_ARM_THUMB is not set +CONFIG_ARM_THUMB=y CONFIG_CPU_BPREDICT_DISABLE=y # CONFIG_CACHE_L2X0 is not set CONFIG_ARM_ERRATA_430973=y @@ -36,6 +36,7 @@ CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_CMDLINE="console=tty0 console=ttySC1,115200 earlyprintk=sh-sci.1,115200 ignore_loglevel root=/dev/nfs ip=dhcp nfsroot=,rsize=4096,wsize=4096" CONFIG_CMDLINE_FORCE=y CONFIG_KEXEC=y +CONFIG_VFP=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set # CONFIG_SUSPEND is not set CONFIG_NET=y
This allows use a Debian armhf usespace as well as the existing ability to use a Debian armel userspace. Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Simon Horman <horms@verge.net.au> --- arch/arm/configs/armadillo800eva_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)