From: Michal Simek Date: Mon, 11 Feb 2013 10:45:50 +0000 (+0100) Subject: petalinux: Enable fpga command for zynq X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c1981cdff48c10e0b9096e349d9a4e06481bbc9;p=thirdparty%2Fu-boot.git petalinux: Enable fpga command for zynq fpga command provides an option to configure programmable logic on zynq. Enabling this option adds +3kB. Usage: tftp 10000000 fpga.bin fpga info 0 fpga load 0 10000000 ${filesize} Signed-off-by: Michal Simek --- diff --git a/include/configs/petalogix-arm-auto.h b/include/configs/petalogix-arm-auto.h index 95a380519ef..de9f9999526 100644 --- a/include/configs/petalogix-arm-auto.h +++ b/include/configs/petalogix-arm-auto.h @@ -61,6 +61,12 @@ CONFIG_SYS_INIT_RAM_SIZE - \ GENERATED_GBL_DATA_SIZE) +/* Enable the PL to be downloaded */ +#define CONFIG_FPGA +#define CONFIG_FPGA_XILINX +#define CONFIG_FPGA_ZYNQPL +#define CONFIG_CMD_FPGA + /* Get common PetaLinux board setup */ #include