summaryrefslogtreecommitdiffstats
path: root/bsp/meta-altera/recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-altera/recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env')
-rw-r--r--bsp/meta-altera/recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env11
1 files changed, 0 insertions, 11 deletions
diff --git a/bsp/meta-altera/recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env b/bsp/meta-altera/recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env
deleted file mode 100644
index b7d69cbe..00000000
--- a/bsp/meta-altera/recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env
+++ /dev/null
@@ -1,11 +0,0 @@
-baudrate=115200
-bootargs=console=ttyS0,115200
-bootcmd=run mmcload; run mmcboot
-fdtimage=socfpga_cyclone5_de0_sockit.dtb
-bootimage=zImage
-fdt_addr=100
-loadaddr=0x01000000
-mmcboot=setenv bootargs console=ttyS0,115200 root=${mmcroot} rw rootwait;bootz ${loadaddr} - ${fdt_addr}
-mmcload=mmc rescan;load mmc 0:1 ${loadaddr} ${bootimage};load mmc 0:1 ${fdt_addr} ${fdtimage}
-mmcroot=/dev/mmcblk0p3
-ramboot=setenv bootargs console=ttyS0,115200;bootm ${loadaddr} - ${fdt_addr}