diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2016-02-24 16:42:21 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-03-06 20:04:03 +1000 |
| commit | d82cef3dca9749f385a16f506ca285f963584e3c (patch) | |
| tree | a0f17e63c018a9d54b3f8bf09b6e6b6e78aa31d1 /recipes-bsp/u-boot | |
| parent | 2c8e7f07d367397dc1d4aaa635801b11c3c0f5ce (diff) | |
| download | meta-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.txt | 2 |
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 @@ | |||
| 1 | kernel_image=uImage | 1 | kernel_image=uImage |
| 2 | devicetree_image=zedboard-zynq7.dtb | 2 | devicetree_image=uImage-zynq-zed.dtb |
| 3 | bootargs=console=ttyPS0,115200 root=/dev/mmcblk0p2 rw rootwait earlyprintk | 3 | bootargs=console=ttyPS0,115200 root=/dev/mmcblk0p2 rw rootwait earlyprintk |
| 4 | uenvcmd=echo Copying Linux from SD to RAM... && fatload mmc 0 0x3000000 ${kernel_image} && fatload mmc 0 0x2A00000 ${devicetree_image} && bootm 0x3000000 - 0x2A00000 | 4 | uenvcmd=echo Copying Linux from SD to RAM... && fatload mmc 0 0x3000000 ${kernel_image} && fatload mmc 0 0x2A00000 ${devicetree_image} && bootm 0x3000000 - 0x2A00000 |
