[U-Boot] [PATCH v9 3/8] arm: socfpga: Convert FPGA and FPGA_ALTERA configuration to Kconfig
Marek Vasut
marex at denx.de
Wed Jun 7 06:36:49 UTC 2017
On 06/07/2017 07:23 AM, tien.fong.chee at intel.com wrote:
> From: Tien Fong Chee <tien.fong.chee at intel.com>
>
> This converts the following to Kconfig:
> CONFIG_FPGA
> CONFIG_FPGA_ALTERA
>
> Signed-off-by: Tien Fong Chee <tien.fong.chee at intel.com>
Acked-by: Marek Vasut <marex at denx.de>
> ---
> configs/theadorable_debug_defconfig | 1 +
> configs/theadorable_defconfig | 1 +
> include/configs/astro_mcf5373l.h | 2 --
> include/configs/theadorable.h | 2 --
> 4 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/configs/theadorable_debug_defconfig b/configs/theadorable_debug_defconfig
> index 2164237..e07b7b6 100644
> --- a/configs/theadorable_debug_defconfig
> +++ b/configs/theadorable_debug_defconfig
> @@ -43,6 +43,7 @@ CONFIG_EFI_PARTITION=y
> # CONFIG_SPL_PARTITION_UUIDS is not set
> CONFIG_NET_RANDOM_ETHADDR=y
> CONFIG_SPL_OF_TRANSLATE=y
> +CONFIG_FPGA_ALTERA=y
> CONFIG_DM_GPIO=y
> # CONFIG_MMC is not set
> CONFIG_SPI_FLASH=y
> diff --git a/configs/theadorable_defconfig b/configs/theadorable_defconfig
> index d5eef70..3d2977c 100644
> --- a/configs/theadorable_defconfig
> +++ b/configs/theadorable_defconfig
> @@ -37,6 +37,7 @@ CONFIG_EFI_PARTITION=y
> # CONFIG_PARTITION_UUIDS is not set
> # CONFIG_SPL_PARTITION_UUIDS is not set
> CONFIG_SPL_OF_TRANSLATE=y
> +CONFIG_FPGA_ALTERA=y
> CONFIG_DM_GPIO=y
> # CONFIG_MMC is not set
> CONFIG_SPI_FLASH=y
> diff --git a/include/configs/astro_mcf5373l.h b/include/configs/astro_mcf5373l.h
> index 8899579..f4acea1 100644
> --- a/include/configs/astro_mcf5373l.h
> +++ b/include/configs/astro_mcf5373l.h
> @@ -201,10 +201,8 @@
> #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
>
> #define CONFIG_FPGA_COUNT 1
> -#define CONFIG_FPGA
> #define CONFIG_FPGA_XILINX
> #define CONFIG_FPGA_SPARTAN3
> -#define CONFIG_FPGA_ALTERA
> #define CONFIG_FPGA_CYCLON2
> #define CONFIG_SYS_FPGA_PROG_FEEDBACK
> #define CONFIG_SYS_FPGA_WAIT 1000
> diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h
> index 2a671e8..5459f4f 100644
> --- a/include/configs/theadorable.h
> +++ b/include/configs/theadorable.h
> @@ -89,8 +89,6 @@
> #define CONFIG_SYS_MEM_TOP_HIDE 0x80000
>
> /* FPGA programming support */
> -#define CONFIG_FPGA
> -#define CONFIG_FPGA_ALTERA
> #define CONFIG_FPGA_STRATIX_V
>
> /*
>
--
Best regards,
Marek Vasut
More information about the U-Boot
mailing list