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 /configs/x600_defconfig | |
parent | d231182441d2e3f0fdf0fdadcb1f02466605d1c6 (diff) | |
download | u-boot-f415834608506d0227e4a007ddf92442b32fb20b.tar.gz |
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 'configs/x600_defconfig')
-rw-r--r-- | configs/x600_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/x600_defconfig b/configs/x600_defconfig index b63bf41c24..0aef5b6065 100644 --- a/configs/x600_defconfig +++ b/configs/x600_defconfig @@ -40,6 +40,7 @@ CONFIG_ENV_IS_IN_FLASH=y CONFIG_BOOTCOUNT_LIMIT=y CONFIG_SYS_BOOTCOUNT_ADDR=0xD2801FF8 CONFIG_FPGA_XILINX=y +CONFIG_FPGA_SPARTAN3=y CONFIG_SYS_I2C_DW=y # CONFIG_MMC is not set CONFIG_MTD_NOR_FLASH=y |