diff options
author | Grzegorz Ratajczak <mcgregor@blackmesaeast.com.pl> | 2007-07-03 14:56:19 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-07-03 14:56:19 +0000 |
commit | c8e82db9b83c0d457daa583644c0a77fbbc53256 (patch) | |
tree | cb7e1655bfd4eabbc30a92d71f09d7e1630fddd2 /packages/uboot/u-boot-1.1.6 | |
parent | 05b191408f3123e5a2fd59509eadbeddfeed5155 (diff) |
u-boot 1.1.6: fix Sarge patchset
Diffstat (limited to 'packages/uboot/u-boot-1.1.6')
-rw-r--r-- | packages/uboot/u-boot-1.1.6/sarge-uboot.patch | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/packages/uboot/u-boot-1.1.6/sarge-uboot.patch b/packages/uboot/u-boot-1.1.6/sarge-uboot.patch index affc3d38cd..0c0d56f4d1 100644 --- a/packages/uboot/u-boot-1.1.6/sarge-uboot.patch +++ b/packages/uboot/u-boot-1.1.6/sarge-uboot.patch @@ -1943,18 +1943,6 @@ diff -Nurp ../u-boot-1.1.6/include/at91rm9200_net.h ./include/at91rm9200_net.h } AT91S_PhyOps,*AT91PS_PhyOps; -diff -Nurp ../u-boot-1.1.6/include/configs/pxa255_idp.h ./include/configs/pxa255_idp.h ---- ../u-boot-1.1.6/include/configs/pxa255_idp.h 2006-11-02 15:15:01.000000000 +0100 -+++ ./include/configs/pxa255_idp.h 2007-03-07 23:00:57.000000000 +0100 -@@ -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 diff -Nurp ../u-boot-1.1.6/include/configs/sarge.h ./include/configs/sarge.h --- ../u-boot-1.1.6/include/configs/sarge.h 1970-01-01 01:00:00.000000000 +0100 +++ ./include/configs/sarge.h 2007-05-10 00:02:56.000000000 +0200 @@ -3336,40 +3324,3 @@ diff -Nurp ../u-boot-1.1.6/net/net.c ./net/net.c } ushort getenv_VLAN(char *var) -diff -Nurp ../u-boot-1.1.6/patches/devkit-idp.patch ./patches/devkit-idp.patch ---- ../u-boot-1.1.6/patches/devkit-idp.patch 1970-01-01 01:00:00.000000000 +0100 -+++ ./patches/devkit-idp.patch 2007-03-07 23:00:56.000000000 +0100 -@@ -0,0 +1,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 -diff -Nurp ../u-boot-1.1.6/patches/series ./patches/series ---- ../u-boot-1.1.6/patches/series 1970-01-01 01:00:00.000000000 +0100 -+++ ./patches/series 2007-03-07 23:00:56.000000000 +0100 -@@ -0,0 +1 @@ -+devkit-idp.patch -p1 |