]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq: Removed the unused env variables
authorJagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki@xilinx.com>
Thu, 8 Nov 2012 12:38:29 +0000 (18:08 +0530)
committerMichal Simek <monstr@monstr.eu>
Thu, 8 Nov 2012 13:18:37 +0000 (14:18 +0100)
Removed few unused env variables from zynq board files.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Acked-by: Michal Simek <monstr@monstr.eu>
include/configs/zynq_common.h
include/configs/zynq_zed.h

index c71dfff7af3a88fcfa9d3bab487dfe1fc5ac54b3..29e301ea2a5e26e89a4b073043c787912aeb862c 100644 (file)
        "kernel_size=0x400000\0"        \
        "devicetree_size=0x20000\0"     \
        "ramdisk_size=0x400000\0"       \
-       "nand_kernel_size=0x400000\0"   \
-       "nand_ramdisk_size=0x400000\0"  \
        "fdt_high=0x20000000\0" \
        "initrd_high=0x20000000\0"      \
        "norboot=echo Copying Linux from NOR flash to RAM...;" \
index 5706bd9bcff45d70366b84fbab13160d61a28e51..67c94ab7a8b1770b4a50f6022e99a25ed7a89f86 100644 (file)
@@ -40,8 +40,6 @@
        "kernel_image=uImage\0" \
        "ramdisk_image=uramdisk.image.gz\0"     \
        "devicetree_image=devicetree.dtb\0"     \
-       "kernel_size=0x140000\0"        \
-       "ramdisk_size=0x200000\0"       \
        "qspiboot=echo Copying Linux from QSPI flash to RAM...;" \
                "sf probe 0 0 0;" \
                "sf read 0x3000000 0x100000 0x400000;" \