commit | 3b6989b526f06ee38afb31fab83c8a3f7f6201ea | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Dec 17 10:05:44 2018 +0000 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 09 07:13:30 2019 -0500 |
tree | 6bb5a7beaccfba9ef27933b53613f4ce706eb127 | |
parent | ddfe346f4cd4bd108fb37fc065f3b06acd4cf5b4 [diff] |
sunxi: drop default SPL_LIBDISK_SUPPORT enablement There is no code for using partition labels in the Allwinner SPL port. Even so the name is slightly misleading, CONFIG_SPL_LIBDISK_SUPPORT was meant to guard partition code for the SPL. Remove the "imply" line in the Kconfig to make this obvious and avoid unneeded code inclusions, helping to keep the H6 SPL code small. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Simon Glass <sjg@chromium.org>