blob: 1460c3d1f045adc3625d60c70672600147f285b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Index: u-boot-1.1.6/board/pxa255_idp/memsetup.S
===================================================================
--- u-boot-1.1.6.orig/board/pxa255_idp/memsetup.S
+++ u-boot-1.1.6/board/pxa255_idp/memsetup.S
@@ -41,8 +41,8 @@ DRAM_SIZE: .long CFG_DRAM_SIZE
/*
* Memory setup
*/
-.globl memsetup
-memsetup:
+.globl lowlevel_init
+lowlevel_init:
mov r10, lr
Index: u-boot-1.1.6/include/configs/pxa255_idp.h
===================================================================
--- u-boot-1.1.6.orig/include/configs/pxa255_idp.h
+++ u-boot-1.1.6/include/configs/pxa255_idp.h
@@ -41,7 +41,7 @@
* If we are developing, we might want to start armboot from ram
* so we MUST NOT initialize critical regs like mem-timing ...
*/
-#define CONFIG_INIT_CRITICAL /* undef for developing */
+#undef CONFIG_INIT_CRITICAL /* undef for developing */
/*
* define the following to enable debug blinks. A debug blink function
|