commit | 0298f4c0032e2ba7e417aacc66da98887a2e0a5b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Sep 20 14:27:00 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Sep 23 00:38:38 2016 +0900 |
tree | 04c9ad101f0d0c7f415758e1338577e2d7991dcb | |
parent | bbdae1651e96a4fca82b16765e641649170656e5 [diff] |
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>