diff options
| author | Philip Balister <philip@balister.org> | 2014-11-14 15:53:31 -0500 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-11-18 15:13:49 +1000 |
| commit | d047765acb678534555710e7a8f338a4d28cb280 (patch) | |
| tree | ac5726ccccd6655d5e49d85981a0f2d3bb42bd7f | |
| parent | af1b2324c619303556c8430143be27627426342d (diff) | |
| download | meta-xilinx-d047765acb678534555710e7a8f338a4d28cb280.tar.gz | |
zc702-zynq7 : Update uEnv.txt devicetree filename to match updates.
The dtb filename changed in updates to meta-xilinx.
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-xlnx/zc702-zynq7/uEnv.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx/zc702-zynq7/uEnv.txt b/recipes-bsp/u-boot/u-boot-xlnx/zc702-zynq7/uEnv.txt index 0ed7dc50..b4f36dd0 100644 --- a/recipes-bsp/u-boot/u-boot-xlnx/zc702-zynq7/uEnv.txt +++ b/recipes-bsp/u-boot/u-boot-xlnx/zc702-zynq7/uEnv.txt | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | kernel_image=uImage | 1 | kernel_image=uImage |
| 2 | devicetree_image=uImage-zc702-zynq7.dtb | 2 | devicetree_image=zc702-zynq7.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 |
