diff options
author | Vipul Kumar <vipul.kumar@xilinx.com> | 2018-02-16 18:02:49 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-28 13:00:04 -0500 |
commit | f415834608506d0227e4a007ddf92442b32fb20b (patch) | |
tree | edffd709ae0a66945f46ea67a2cefd69f97f9256 /include/configs/astro_mcf5373l.h | |
parent | d231182441d2e3f0fdf0fdadcb1f02466605d1c6 (diff) | |
download | u-boot-f415834608506d0227e4a007ddf92442b32fb20b.tar.gz u-boot-f415834608506d0227e4a007ddf92442b32fb20b.tar.bz2 u-boot-f415834608506d0227e4a007ddf92442b32fb20b.zip |
fpga: Added Kconfig support for FPGA_SPARTAN3
This patch added Kconfig support for FPGA_SPARTAN3 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/configs/astro_mcf5373l.h')
-rw-r--r-- | include/configs/astro_mcf5373l.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/astro_mcf5373l.h b/include/configs/astro_mcf5373l.h index 8b883ddd62..4a62bce40f 100644 --- a/include/configs/astro_mcf5373l.h +++ b/include/configs/astro_mcf5373l.h @@ -171,7 +171,6 @@ #define CONFIG_SYS_LOAD_ADDR 0x20000 #define CONFIG_FPGA_COUNT 1 -#define CONFIG_FPGA_SPARTAN3 #define CONFIG_SYS_FPGA_PROG_FEEDBACK #define CONFIG_SYS_FPGA_WAIT 1000 |