diff options
author | Andre Przywara <andre.przywara@arm.com> | 2018-04-04 01:31:22 +0100 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2018-04-04 14:15:40 +0530 |
commit | d14db11d76e154a03e3fbaedb2fe4f13da7bb65f (patch) | |
tree | c6dd9a1d636c21ab4be2fd1e934ff89c0673bb9c /lib/Kconfig | |
parent | 901fb09d01b80c0ddf923078c364a6b55ed43d1d (diff) | |
download | u-boot-d14db11d76e154a03e3fbaedb2fe4f13da7bb65f.tar.gz |
sunxi: revert disabling of features
In January some commits were introduced to mitigate the U-Boot image
size issues we encountered on sunxi builds.
Now with the MMC environment removed we can bring them back, as we
practically don't have a size limit anymore.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 4fd41c4282..ab581f172f 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -66,7 +66,6 @@ config PANIC_HANG config REGEX bool "Enable regular expression support" - default n if ARCH_SUNXI default y if NET help If this variable is defined, U-Boot is linked against the |