]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Changed default ramdisk addr in yosemite/yellowstone ports
authorStefan Roese <sr@denx.de>
Mon, 15 May 2006 13:11:20 +0000 (15:11 +0200)
committerStefan Roese <sr@denx.de>
Mon, 15 May 2006 13:11:20 +0000 (15:11 +0200)
Patch by Stefan Roese, 15 May 2006

CHANGELOG
include/configs/yellowstone.h
include/configs/yosemite.h

index 2b42045b2b206d8c78c705ac7abaa9e00cae0f7b..c07bb79f439b5b7c82d93918fc4863d8f09971ea 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Changed default ramdisk addr in yosemite/yellowstone ports
+  Patch by Stefan Roese, 15 May 2006
+
 * Add support for VirtLab2 board
   (needed because of differences in the PCMCIA hardware).
 
index d3e9671bc31a28d7571bfa02ded2df254f3c4f11..7d555665ec86909c324e52a4313be47e33de7b9f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * (C) Copyright 2005
+ * (C) Copyright 2005-2006
  * Stefan Roese, DENX Software Engineering, sr@denx.de.
  *
  * See file CREDITS for list of people who contributed to this
        "rootpath=/opt/eldk/ppc_4xx\0"                                  \
        "bootfile=/tftpboot/yellowstone/uImage\0"                       \
        "kernel_addr=fc000000\0"                                        \
-       "ramdisk_addr=fc100000\0"                                       \
+       "ramdisk_addr=fc180000\0"                                       \
        "load=tftp 100000 /tftpboot/yellowstone/u-boot.bin\0"           \
        "update=protect off fff80000 ffffffff;era fff80000 ffffffff;"   \
                "cp.b 100000 fff80000 80000;"                           \
index d92aff4a9240cdae88bc1b43ee5e2d0e60cf91e3..a81cf34f11dd357f84c72544d5c768eece23708e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * (C) Copyright 2005
+ * (C) Copyright 2005-2006
  * Stefan Roese, DENX Software Engineering, sr@denx.de.
  *
  * See file CREDITS for list of people who contributed to this
        "rootpath=/opt/eldk/ppc_4xx\0"                                  \
        "bootfile=/tftpboot/yosemite/uImage\0"                          \
        "kernel_addr=fc000000\0"                                        \
-       "ramdisk_addr=fc100000\0"                                       \
+       "ramdisk_addr=fc180000\0"                                       \
        "load=tftp 100000 /tftpboot/yosemite/u-boot.bin\0"              \
        "update=protect off fff80000 ffffffff;era fff80000 ffffffff;"   \
                "cp.b 100000 fff80000 80000;"                           \