commit | 1646eba85c9755552d246099a82329e4caba32ee | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Sep 12 23:18:42 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 16 17:27:12 2016 -0400 |
tree | 2b9ccdbb672d488f2803b3518bfa8ad785ce9f25 | |
parent | 77d2f7f5070c7def29d433096f4cee57eeddbd23 [diff] [blame] |
Convert CONFIG_SPL_LIBDISK_SUPPORT to Kconfig Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig index a782daf..ac5af9b 100644 --- a/arch/arm/mach-socfpga/Kconfig +++ b/arch/arm/mach-socfpga/Kconfig
@@ -3,6 +3,9 @@ config SPL_LIBCOMMON_SUPPORT default y +config SPL_LIBDISK_SUPPORT + default y + config TARGET_SOCFPGA_ARRIA5 bool select TARGET_SOCFPGA_GEN5