From: Jagannadha Sutradharudu Teki Date: Thu, 8 Nov 2012 12:38:29 +0000 (+0530) Subject: zynq: Removed the unused env variables X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c44036982ab04909c9e13415cea2199607993f2;p=thirdparty%2Fu-boot.git zynq: Removed the unused env variables Removed few unused env variables from zynq board files. Signed-off-by: Jagannadha Sutradharudu Teki Acked-by: Michal Simek --- diff --git a/include/configs/zynq_common.h b/include/configs/zynq_common.h index c71dfff7af3..29e301ea2a5 100644 --- a/include/configs/zynq_common.h +++ b/include/configs/zynq_common.h @@ -179,8 +179,6 @@ "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...;" \ diff --git a/include/configs/zynq_zed.h b/include/configs/zynq_zed.h index 5706bd9bcff..67c94ab7a8b 100644 --- a/include/configs/zynq_zed.h +++ b/include/configs/zynq_zed.h @@ -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;" \