aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-12-17 17:15:04 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-12-17 17:15:04 +0200
commit4bd48f87a1af514bb1201c47f26ee8a48b165aca (patch)
treed007fff83b51eb11b6a05c1273151795a035f26b
parent2928824a2219fab1a2165cd52c3ee7d12f044c41 (diff)
96boards-bubblegum: set initrd_high/fdt_high to 0xffffffffffffffff
on 64bit platforms, the special value is 0xffffffffffffffff (ulong) Change-Id: Id2df24eeb4617497079d692138adfb1eb7714a60 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--96boards-bubblegum.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/96boards-bubblegum.yaml b/96boards-bubblegum.yaml
index 5ee7f7f..b6a3e0e 100644
--- a/96boards-bubblegum.yaml
+++ b/96boards-bubblegum.yaml
@@ -146,8 +146,8 @@
# Create boot image(s)
cat > boot.txt << EOF
- setenv initrd_high "0xffffffff"
- setenv fdt_high "0xffffffff"
+ setenv initrd_high "0xffffffffffffffff"
+ setenv fdt_high "0xffffffffffffffff"
setenv bootpart "2"
setenv bootcmd "fatload mmc 1:2 0x00080000 Image; fatload mmc 1:2 0x01ffffc0 uInitrd; fatload mmc 1:2 0x10000000 s900_96board.dtb; booti 0x00080000 0x01ffffc0 0x10000000"
setenv bootargs "console=tty0 console=ttyS5,115200n8 root=/dev/disk/by-partlabel/SYSTEM rootwait ro"