diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-23 17:25:31 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-01 00:46:37 +0300 |
commit | 49c8ef0e45a91ec894ef15e7d043dafe8f1c5efd (patch) | |
tree | e938e373a25b69050e51d30db0fc8952a7d9b934 /include/configs/ti_armv7_common.h | |
parent | 72d81360aabd0485d3832d292bbea29c7c4554ef (diff) | |
download | u-boot-49c8ef0e45a91ec894ef15e7d043dafe8f1c5efd.tar.xz |
Convert CONFIG_SYS_LOAD_ADDR to Kconfig
Now that we have consistent usage, migrate this symbol to Kconfig.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'include/configs/ti_armv7_common.h')
-rw-r--r-- | include/configs/ti_armv7_common.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 0b02324236..ddc82e4d7b 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -22,14 +22,6 @@ #define CONFIG_INITRD_TAG /* - * Our DDR memory always starts at 0x80000000 and U-Boot shall have - * relocated itself to higher in memory by the time this value is used. - * However, set this to a 32MB offset to allow for easier Linux kernel - * booting as the default is often used as the kernel load address. - */ -#define CONFIG_SYS_LOAD_ADDR 0x82000000 - -/* * We setup defaults based on constraints from the Linux kernel, which should * also be safe elsewhere. We have the default load at 32MB into DDR (for * the kernel), FDT above 128MB (the maximum location for the end of the |