aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"