From: Simon Horman Date: Mon, 7 Jan 2013 02:02:08 +0000 (+0900) Subject: ARM: mach-shmobile: fix memory size for kota2_defconfig X-Git-Tag: v3.9-rc1~117^2~11^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2c1d075e81a3a38236e64571c8d7669a4d3b98b;p=pandora-kernel.git ARM: mach-shmobile: fix memory size for kota2_defconfig The CONFIG_MEMORY_SIZE value is interpreted as a 32 bit integer, which makes sense on a system without PAE. It appears that a trailing 0 was appended to the value and after some testing it appears that 0x1e000000 is the correct value. Without this patch, building kota2_defconfig results in: /home/arnd/linux-arm/arch/arm/kernel/setup.c:790:2: warning: large integer implicitly truncated to unsigned type [-Woverflow] Reported-by: Arnd Bergmann Acked-by: Olof Johansson Signed-off-by: Simon Horman --- Reading git-diff-tree failed