diff options
author | Vipul Kumar <vipul.kumar@xilinx.com> | 2018-02-16 18:02:51 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-28 13:00:25 -0500 |
commit | 3990c9d627080b79594c71389a30532175772ef0 (patch) | |
tree | 04ad19e18eacadbe070c9c5a6c5bf3d9fbb8b4a5 /include | |
parent | f415834608506d0227e4a007ddf92442b32fb20b (diff) |
arm: zynq: fpga: Added Kconfig support for CONFIG_FPGA_ZYNQPL
This patch added Kconfig support for CONFIG_FPGA_ZYNQPL and migrates the
values over to the defconfigs.
Signed-off-by: Vipul Kumar <vipulk@xilinx.com>
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/zynq-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index ac9663dea6..6f9c1535b0 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -269,8 +269,6 @@ CONFIG_SYS_INIT_RAM_SIZE - \ GENERATED_GBL_DATA_SIZE) -/* Enable the PL to be downloaded */ -#define CONFIG_FPGA_ZYNQPL /* FIT support */ #define CONFIG_IMAGE_FORMAT_LEGACY /* enable also legacy image format */ |