summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-02-24 16:42:21 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-03-06 20:04:03 +1000
commitd82cef3dca9749f385a16f506ca285f963584e3c (patch)
treea0f17e63c018a9d54b3f8bf09b6e6b6e78aa31d1 /recipes-bsp/u-boot
parent2c8e7f07d367397dc1d4aaa635801b11c3c0f5ce (diff)
downloadmeta-xilinx-d82cef3dca9749f385a16f506ca285f963584e3c.tar.gz
zedboard-zynq7: Switch over to in kernel device tree
* Switch to the device tree that is available in the kernel source tree * Remove the in layer device tree and configuration for the in layer device tree * Setup IMAGE_BOOT_FILES with the correct target device tree from the kernel source/recipe * Setup U-Boot uEnv.txt to use the correct target device tree Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx/zedboard-zynq7/uEnv.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx/zedboard-zynq7/uEnv.txt b/recipes-bsp/u-boot/u-boot-xlnx/zedboard-zynq7/uEnv.txt
index 076b5f9d..22b922a5 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx/zedboard-zynq7/uEnv.txt
+++ b/recipes-bsp/u-boot/u-boot-xlnx/zedboard-zynq7/uEnv.txt
@@ -1,4 +1,4 @@
1kernel_image=uImage 1kernel_image=uImage
2devicetree_image=zedboard-zynq7.dtb 2devicetree_image=uImage-zynq-zed.dtb
3bootargs=console=ttyPS0,115200 root=/dev/mmcblk0p2 rw rootwait earlyprintk 3bootargs=console=ttyPS0,115200 root=/dev/mmcblk0p2 rw rootwait earlyprintk
4uenvcmd=echo Copying Linux from SD to RAM... && fatload mmc 0 0x3000000 ${kernel_image} && fatload mmc 0 0x2A00000 ${devicetree_image} && bootm 0x3000000 - 0x2A00000 4uenvcmd=echo Copying Linux from SD to RAM... && fatload mmc 0 0x3000000 ${kernel_image} && fatload mmc 0 0x2A00000 ${devicetree_image} && bootm 0x3000000 - 0x2A00000