]> git.baikalelectronics.ru Git - uboot.git/commit
mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPS
authorStefan Roese <sr@denx.de>
Fri, 28 Oct 2022 12:46:29 +0000 (14:46 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 2 Nov 2022 20:54:26 +0000 (21:54 +0100)
commitf246b1ccf740b60a2be7997a266cb2634b289a84
treec14ee037c9ea69af5a9fc0729c222b620025578e
parent5f28fe0b909246ea507c0924fd2a786ec6ced13f
mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPS

It was noticed that while converting CONFIG_SPL_PAD_TO to Kconfig its
value for the MIPS MT762x/8x targets got not ported correctly. Its
default is not 0x10000 instead of 0x0. This patch fixes this issue.

Fixes: 4f2244201417 ("Convert CONFIG_SPL_PAD_TO et al to Kconfig")
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Ruben Winters <Ruben.Winters@gooiland-elektro.nl>
Cc: Weijie Gao <weijie.gao@mediatek.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Tom Rini <trini@konsulko.com>
common/spl/Kconfig