diff options
author | Tom Rini <trini@konsulko.com> | 2018-01-26 13:22:40 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-26 13:22:40 -0500 |
commit | 748277c415ff5bd74d6913928cab2a3da6a0b69f (patch) | |
tree | 696d1e5f0a37c3d80752a30fafb37ea2763bbe2e /lib | |
parent | ab12aa24e619b5e81cbde7de88c6d9a19f04313b (diff) | |
parent | a6968ecb0ad6b06552c97005eba265a4c5761626 (diff) | |
download | u-boot-748277c415ff5bd74d6913928cab2a3da6a0b69f.tar.gz |
Merge git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 00ac650e74..710deb7a63 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -57,6 +57,7 @@ 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 |