Fix typo for devicetree_size env variable where a $ is missed which
Results in use of address rather than value.
The bug was introduced by this commit:
"zynq: Add devicetree_size env variable"
(sha1:
c99c6282b8f2babf48506a0c98460f44cf72bfba)
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
"initrd_high=0x20000000\0" \
"norboot=echo Copying Linux from NOR flash to RAM...;" \
"cp 0xE2100000 0x3000000 ${kernel_size};" \
- "cp 0xE2600000 0x2A00000 {devicetree_size};" \
+ "cp 0xE2600000 0x2A00000 ${devicetree_size};" \
"echo Copying ramdisk...;" \
"cp 0xE3000000 0x2000000 ${ramdisk_size};" \
"bootm 0x3000000 0x2000000 0x2A00000\0" \