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 <michal.simek@xilinx.com>
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 <configs/petalinux-auto-board.h>