Commit Graph

3 Commits

Author SHA1 Message Date
Simon Horman a2c1d075e8 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 <arnd@arndb.de>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
2013-01-15 08:56:59 +09:00
Guennadi Liakhovetski 67e13cbb80 ARM: shmobile: leave CONFIG_INOTIFY_USER enabled by default
CONFIG_INOTIFY_USER is enabled by default in its Kconfig. Disabling it
breaks udevd. Fix shmobile defconfig files to not specify this option
explicitly.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Simon Horman <horms@verge.net.au>
2012-11-01 08:51:34 +08:00
Paul Mundt 43aa77f40a ARM: mach-shmobile: Add kota2 defconfig.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2012-01-10 17:09:24 +09:00