]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00141977 MX50: Kernel can't boot up
authorJason Liu <r64343@freescale.com>
Tue, 12 Apr 2011 06:24:00 +0000 (14:24 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:32:45 +0000 (08:32 +0200)
commit86a8dbf31c34b2ede302ece10244d7fcc1795e32
tree3ffe9cca1c50aabea1a45fd5670de9cebb3d20a6
parent350f30338c1ad6b7429c09cb0175423b9cea00f5
ENGR00141977 MX50: Kernel can't boot up

Kernel can't boot up on 2.6.38 branch due to the that
Russell has made one change to MT_HIGH_VECTORS, which
result in this memory region is read-only, so, memcpy
will fail when copy suspend code into iram.

Since the iram code region need excuting and rw attribue,
change the MT_HIGH_VECTORS to MT_MEMORY.

Signed-off-by: Jason Liu <r64343@freescale.com>
arch/arm/mach-mx5/cpu.c
arch/arm/mach-mx5/mx50_freq.c