b4172a7fb7834e3cd9f23c7ef03fbcb850b53d48
[platform/kernel/linux-stable.git] /
1 From ltsi-dev-bounces@lists.linuxfoundation.org Fri Jul  6 05:10:18 2012
2 From: Simon Horman <horms@verge.net.au>
3 Date: Fri,  6 Jul 2012 21:09:57 +0900
4 Subject: ARM: mach-shmobile: armadillo800eva: defconfig Allow use of armhf userspace
5 To: ltsi-dev@lists.linuxfoundation.org
6 Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
7 Message-ID: <1341576597-13986-1-git-send-email-horms@verge.net.au>
8
9
10 This allows use a Debian armhf usespace
11 as well as the existing ability to use a Debian armel userspace.
12
13 N.B: Not present upstream yet
14
15 Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
16 Signed-off-by: Simon Horman <horms@verge.net.au>
17
18 ---
19
20 Hi Greg,
21
22 please consider this for inclusion in LTSI.
23 ---
24  arch/arm/configs/armadillo800eva_defconfig |    3 ++-
25  1 file changed, 2 insertions(+), 1 deletion(-)
26
27 --- a/arch/arm/configs/armadillo800eva_defconfig
28 +++ b/arch/arm/configs/armadillo800eva_defconfig
29 @@ -21,7 +21,7 @@ CONFIG_ARCH_SHMOBILE=y
30  CONFIG_ARCH_R8A7740=y
31  CONFIG_MACH_ARMADILLO800EVA=y
32  # CONFIG_SH_TIMER_TMU is not set
33 -# CONFIG_ARM_THUMB is not set
34 +CONFIG_ARM_THUMB=y
35  CONFIG_CPU_BPREDICT_DISABLE=y
36  # CONFIG_CACHE_L2X0 is not set
37  CONFIG_ARM_ERRATA_430973=y
38 @@ -39,6 +39,7 @@ CONFIG_ZBOOT_ROM_BSS=0x0
39  CONFIG_CMDLINE="console=tty0 console=ttySC1,115200 earlyprintk=sh-sci.1,115200 ignore_loglevel root=/dev/nfs ip=dhcp nfsroot=,rsize=4096,wsize=4096"
40  CONFIG_CMDLINE_FORCE=y
41  CONFIG_KEXEC=y
42 +CONFIG_VFP=y
43  # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
44  # CONFIG_SUSPEND is not set
45  CONFIG_NET=y