summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm1176
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2016-07-13 16:37:38 +0930
committerJoel Stanley <joel@jms.id.au>2016-07-27 15:44:01 +0930
commit73a5a7e2e6505c8984a3474f5e3cdf5c6d223458 (patch)
tree607e84d51313c9a7f8c705593e6fea0b87967919 /arch/arm/cpu/arm1176
parentff0c513c85b89c4a1ff602f3bc54e4570d176e40 (diff)
downloadblackbird-obmc-uboot-73a5a7e2e6505c8984a3474f5e3cdf5c6d223458.tar.gz
blackbird-obmc-uboot-73a5a7e2e6505c8984a3474f5e3cdf5c6d223458.zip
arm/arm1176: Aspeed start.S hack
This was included by Apseed in their SDK. Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/cpu/arm1176')
-rw-r--r--arch/arm/cpu/arm1176/start.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/cpu/arm1176/start.S b/arch/arm/cpu/arm1176/start.S
index a602d4e693..575ce7b890 100644
--- a/arch/arm/cpu/arm1176/start.S
+++ b/arch/arm/cpu/arm1176/start.S
@@ -35,7 +35,6 @@
*/
.globl reset
-
reset:
/*
* set the cpu to SVC32 mode
@@ -82,8 +81,9 @@ cpu_init_crit:
orr r0, r0, #0x00001000 @ set bit 12 (I) I-Cache
/* Prepare to disable the MMU */
- adr r2, mmu_disable_phys
- sub r2, r2, #(CONFIG_SYS_PHY_UBOOT_BASE - CONFIG_SYS_TEXT_BASE)
+ /* Ryan TODO ....*/
+# adr r2, mmu_disable_phys
+# sub r2, r2, #(CONFIG_SYS_PHY_UBOOT_BASE - CONFIG_SYS_TEXT_BASE)
b mmu_disable
.align 5
@@ -92,7 +92,7 @@ mmu_disable:
mcr p15, 0, r0, c1, c0, 0
nop
nop
- mov pc, r2
+# mov pc, r2
mmu_disable_phys:
#endif
OpenPOWER on IntegriCloud