diff options
author | Tom Rini <trini@konsulko.com> | 2018-08-04 19:41:30 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-04 19:41:30 -0400 |
commit | 0cba6e906a5a94b68dc4b42dc5e9bca8e77798f7 (patch) | |
tree | f5160ba496f6e75862800726c989a616f5551547 /common/spl | |
parent | d64caaf77dec2f0a576d0d1f7c7f4f463ebc7de8 (diff) | |
parent | 89a897fc4d78e31332e5899e977d8bf3c82abafa (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'common/spl')
-rw-r--r-- | common/spl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 2af26a881a..0be8ff0d87 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -256,7 +256,7 @@ config SPL_SHA256_SUPPORT config SPL_FIT_IMAGE_TINY bool "Remove functionality from SPL FIT loading to reduce size" depends on SPL_FIT - default y if MACH_SUN50I || MACH_SUN50I_H5 + default y if MACH_SUN50I || MACH_SUN50I_H5 || MACH_SUN50I_H6 help Enable this to reduce the size of the FIT image loading code in SPL, if space for the SPL binary is very tight. |