diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-09-20 14:27:00 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-09-23 00:38:38 +0900 |
commit | 0298f4c0032e2ba7e417aacc66da98887a2e0a5b (patch) | |
tree | 04c9ad101f0d0c7f415758e1338577e2d7991dcb /configs/uniphier_pxs2_ld6b_defconfig | |
parent | bbdae1651e96a4fca82b16765e641649170656e5 (diff) | |
download | u-boot-0298f4c0032e2ba7e417aacc66da98887a2e0a5b.tar.gz |
ARM: uniphier: move CONFIG_SPL_* to defconfig or select
As I repeated in the ML, I am unhappy with config entries with bare
defaults. Kick them out of arch/arm/mach-uniphier/Kconfig.
Currently, CONFIG_SPL_SERIAL_SUPPORT is not user-configurable
(build fails without it), but it should be fixed later anyway,
so I am moving CONFIG_SPL_SERIAL_SUPPORT to defconfigs.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/uniphier_pxs2_ld6b_defconfig')
-rw-r--r-- | configs/uniphier_pxs2_ld6b_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/uniphier_pxs2_ld6b_defconfig b/configs/uniphier_pxs2_ld6b_defconfig index 64684de395..0bf39f4e25 100644 --- a/configs/uniphier_pxs2_ld6b_defconfig +++ b/configs/uniphier_pxs2_ld6b_defconfig @@ -1,6 +1,9 @@ CONFIG_ARM=y CONFIG_ARCH_UNIPHIER=y CONFIG_SYS_MALLOC_F_LEN=0x2000 +CONFIG_SPL_MMC_SUPPORT=y +CONFIG_SPL_NAND_SUPPORT=y +CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_ARCH_UNIPHIER_PRO5_PXS2_LD6B=y CONFIG_MICRO_SUPPORT_CARD=y CONFIG_SYS_TEXT_BASE=0x84000000 |