]> 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)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:08:53 +0000 (14:08 +0200)
commitdf1b77439dfe3266cdfaa613aa2383cda62ea0e1
tree3ffe9cca1c50aabea1a45fd5670de9cebb3d20a6
parent1b95e3ed00ed6a2b31bae665312ce9734680479c
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