diff options
| author | Tom Rini <[email protected]> | 2022-11-03 20:23:27 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-11-03 20:23:27 -0400 |
| commit | 45fc699cc54739c6f80ae4da920c121bc7d8665a (patch) | |
| tree | e3deaf3fe3cad6187cf8cb39d58a82341999dcb4 /common | |
| parent | 36bc9b6113ca96ca5c0d821195adede38395befd (diff) | |
| parent | 8450b97bf4464ab8b9c1b33b5a9150ae80c6136e (diff) | |
Merge tag 'mips-pull-2022-11-03' of https://source.denx.de/u-boot/custodians/u-boot-mips
- MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig
- MIPS: mtmips: fix incorrectly converted default value for CONFIG_SPL_PAD_TO
Diffstat (limited to 'common')
| -rw-r--r-- | common/spl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index b738c749fff..05181bdba3e 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -98,6 +98,7 @@ config SPL_PAD_TO default 0x11000 if ARCH_MX7 || (ARCH_MX6 && !MX6_OCRAM_256KB) default 0x10000 if ARCH_KEYSTONE default 0x8000 if ARCH_SUNXI && !MACH_SUN50I_H616 + default 0x0 if ARCH_MTMIPS default TPL_MAX_SIZE if TPL_MAX_SIZE > SPL_MAX_SIZE default SPL_MAX_SIZE help |
