aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-12-17 14:49:49 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-12-17 14:49:49 +0200
commit2928824a2219fab1a2165cd52c3ee7d12f044c41 (patch)
treee658f86122a749246d9447cdfd1330e1a72af44a
parentc2498629adbceb0dee3e2c926fd21ae6a70b1b76 (diff)
96boards-bubblegum: use booti instead of bootm
Change-Id: I5e23986c34af3217cd147ee50b6f3465171c8e19 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--96boards-bubblegum.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/96boards-bubblegum.yaml b/96boards-bubblegum.yaml
index 84eab83..5ee7f7f 100644
--- a/96boards-bubblegum.yaml
+++ b/96boards-bubblegum.yaml
@@ -149,7 +149,7 @@
setenv initrd_high "0xffffffff"
setenv fdt_high "0xffffffff"
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; bootm 0x00080000 0x01ffffc0 0x10000000"
+ 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"
run bootcmd
boot