apex: Added automatic fatslug detection.
authorRod Whitby <rod@whitby.id.au>
Sun, 27 Jan 2008 11:05:08 +0000 (11:05 +0000)
committerRod Whitby <rod@whitby.id.au>
Sun, 27 Jan 2008 11:05:08 +0000 (11:05 +0000)
packages/apex/apex-nslu2-1.5.13/defconfig
packages/apex/apex-nslu2-16mb-1.5.13/defconfig
packages/apex/apex-nslu2-16mb_1.5.13.bb
packages/apex/apex-nslu2_1.5.13.bb

index 9151702..264f853 100644 (file)
@@ -136,7 +136,8 @@ CONFIG_AUTOBOOT=y
 CONFIG_AUTOBOOT_DELAY=10
 CONFIG_ENV_STARTUP_KERNEL_COPY=y
 # CONFIG_ENV_REGION_KERNEL_SWAP is not set
-# CONFIG_ENV_STARTUP_PREFIX_P is not set
+CONFIG_ENV_STARTUP_PREFIX_P=y
+CONFIG_ENV_STARTUP_PREFIX="sdram-init; memscan -u 0+256m"
 
 #
 #    Regions
index 420e0a6..1165881 100644 (file)
@@ -136,7 +136,8 @@ CONFIG_AUTOBOOT=y
 CONFIG_AUTOBOOT_DELAY=10
 CONFIG_ENV_STARTUP_KERNEL_COPY=y
 # CONFIG_ENV_REGION_KERNEL_SWAP is not set
-# CONFIG_ENV_STARTUP_PREFIX_P is not set
+CONFIG_ENV_STARTUP_PREFIX_P=y
+CONFIG_ENV_STARTUP_PREFIX="sdram-init; memscan -u 0+256m"
 
 #
 #    Regions
index 5fc835f..2937876 100644 (file)
@@ -3,7 +3,7 @@ SECTION = ""
 PRIORITY = "optional"
 HOMEPAGE = "http://wiki.buici.com/twiki/bin/view/Main/ApexBootloader"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "ftp://ftp.buici.com/pub/apex/apex-${PV}.tar.gz \
           file://defconfig"
index ac3858f..7fc7ea6 100644 (file)
@@ -3,7 +3,7 @@ SECTION = ""
 PRIORITY = "optional"
 HOMEPAGE = "http://wiki.buici.com/twiki/bin/view/Main/ApexBootloader"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "ftp://ftp.buici.com/pub/apex/apex-${PV}.tar.gz \
           file://defconfig"