This patch is to correct clcd pin group name "clcd_high_res" to
"clcd_high_res_grp" to avoid kernel boot hang as with following error message.
spear1310-pinmux e070.pinmux: invalid group "clcd_high_res" for function
"clcd".
---
arch/arm/boot/dts/spear1310-evb.dts |2 +-
1 file changed, 1
Memory split 2G/2G is enabled as needed for SPEAr1310 RevC board to boot.
Before enabling this option the boot was hanging at uncompressing linux.
---
arch/arm/configs/spear13xx_defconfig |4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/arch/arm/configs/spear13xx_defconfig
This patch set contains following patches:
1. Enables correct kernel/user memory split required for SPEAr13xx.
2. Fix to correct SPEAr1310 device tree.
3. Fix to add ARM ABI support.
This patch set is tested on kernel V3.8-rc6.
Vijay Kumar Mishra (3):
SPEAr13xx_defconfig: Enable Memory
This Patch is to enable CONFIG_AEABI option in kernel. Which basically adds
support for latest ARMABI (EABI).
It also include support for changes the kernel syscall calling convention to
disambiguate both ABIs and allow for backward compatibility support.
Without this option the kernel crashes. C
4 matches
Mail list logo