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/configs/draco_defconfig b/configs/draco_defconfig index f200331..ad9d2f1 100644 --- a/configs/draco_defconfig +++ b/configs/draco_defconfig
@@ -5,6 +5,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_SPL_FAT_SUPPORT=y CONFIG_SPL_I2C_SUPPORT=y +CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_DEFAULT_DEVICE_TREE="am335x-draco" CONFIG_BOOTDELAY=3 CONFIG_SPL=y