summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env')
-rw-r--r--recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env b/recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env
index 3c28f0f..b7d69cb 100644
--- a/recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env
+++ b/recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env
@@ -7,5 +7,5 @@ fdt_addr=100
7loadaddr=0x01000000 7loadaddr=0x01000000
8mmcboot=setenv bootargs console=ttyS0,115200 root=${mmcroot} rw rootwait;bootz ${loadaddr} - ${fdt_addr} 8mmcboot=setenv bootargs console=ttyS0,115200 root=${mmcroot} rw rootwait;bootz ${loadaddr} - ${fdt_addr}
9mmcload=mmc rescan;load mmc 0:1 ${loadaddr} ${bootimage};load mmc 0:1 ${fdt_addr} ${fdtimage} 9mmcload=mmc rescan;load mmc 0:1 ${loadaddr} ${bootimage};load mmc 0:1 ${fdt_addr} ${fdtimage}
10mmcroot=/dev/mmcblk0p2 10mmcroot=/dev/mmcblk0p3
11ramboot=setenv bootargs console=ttyS0,115200;bootm ${loadaddr} - ${fdt_addr} 11ramboot=setenv bootargs console=ttyS0,115200;bootm ${loadaddr} - ${fdt_addr}