diff options
author | Tom Rini <trini@konsulko.com> | 2022-05-27 16:19:05 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:29 -0400 |
commit | 7f2c91e5d8114da994f0005696539e276172340d (patch) | |
tree | 757242dd95edabb43f18ff8b656ad1e31ec2d02f /configs/P1010RDB-PA_36BIT_NAND_defconfig | |
parent | cfb5dd358531a19c6aef5531f183b625fbf7d16f (diff) | |
download | u-boot-7f2c91e5d8114da994f0005696539e276172340d.tar.gz u-boot-7f2c91e5d8114da994f0005696539e276172340d.tar.bz2 u-boot-7f2c91e5d8114da994f0005696539e276172340d.zip |
Convert CONFIG_SPL_GD_ADDR to Kconfig
This converts the following to Kconfig:
CONFIG_SPL_GD_ADDR
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P1010RDB-PA_36BIT_NAND_defconfig')
-rw-r--r-- | configs/P1010RDB-PA_36BIT_NAND_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P1010RDB-PA_36BIT_NAND_defconfig b/configs/P1010RDB-PA_36BIT_NAND_defconfig index 22b43801a7..06b4ca72b2 100644 --- a/configs/P1010RDB-PA_36BIT_NAND_defconfig +++ b/configs/P1010RDB-PA_36BIT_NAND_defconfig @@ -35,6 +35,7 @@ CONFIG_SPL_INIT_MINIMAL=y CONFIG_SPL_FLUSH_IMAGE=y CONFIG_SPL_RELOC_TEXT_BASE=0xd003d000 CONFIG_SPL_RELOC_STACK=0xd003fff0 +CONFIG_TPL_GD_ADDR=0xd002c000 CONFIG_TPL_RELOC_TEXT_BASE=0xd0001000 CONFIG_TPL_RELOC_STACK=0xd0030000 CONFIG_TPL_RELOC_MALLOC=y |