summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-03-22 11:55:55 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-03-22 11:55:55 +0200
commitf520c578577862cb18176ff0ca6f991569a88932 (patch)
tree0ba82cb624145a01bea569d89ad28e9569f31c82
parent1f7a64dd19d84706e285563a897628481bae7deb (diff)
Highbank: update kernel_addr, initrd_addr, dtb_addr and the partition layout
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--hwpacks/linaro-highbank11
1 files changed, 5 insertions, 6 deletions
diff --git a/hwpacks/linaro-highbank b/hwpacks/linaro-highbank
index 32d09af..c6b8286 100644
--- a/hwpacks/linaro-highbank
+++ b/hwpacks/linaro-highbank
@@ -7,17 +7,16 @@ maintainer: Linaro Platform <linaro-dev@lists.linaro.org>
support: supported
bootloaders:
u_boot:
- dd: 49
- env_dd: true
+ env_dd: false
file: usr/lib/u-boot/highbank/u-boot.bin
in_boot_part: false
package: u-boot-linaro-highbank
serial_tty: ttyAMA0
-kernel_addr: '0x00000000'
-initrd_addr: '0x00000000'
+kernel_addr: '0x00800000'
+initrd_addr: '0x01000000'
load_addr: '0x00000000'
-dtb_addr: '0x00000000'
-partition_layout: reserved_bootfs_rootfs
+dtb_addr: '0x00001000'
+partition_layout: bootfs_rootfs
mmc_id: '0:1'
kernel_file: boot/vmlinuz-*-highbank
initrd_file: boot/initrd.img-*-highbank