aboutsummaryrefslogtreecommitdiff
path: root/include/configs/ax25-ae350.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-07-06 15:35:01 +0800
committerTom Rini <trini@konsulko.com>2020-07-28 16:18:10 -0400
commit0465f12efb657176854db7a3ed3400df148d13bc (patch)
tree5ed568819fa2bace15089a128e21bd0b5f5b2622 /include/configs/ax25-ae350.h
parent936d07d14dcace0a8e302559b96c18eb42833c2f (diff)
downloadu-boot-0465f12efb657176854db7a3ed3400df148d13bc.zip
u-boot-0465f12efb657176854db7a3ed3400df148d13bc.tar.gz
u-boot-0465f12efb657176854db7a3ed3400df148d13bc.tar.bz2
configs: migrate CONFIG_SPL_LOAD_FIT_ADDRESS to defconfigs
Done with: ./tools/moveconfig.py -S SPL_LOAD_FIT_ADDRESS ./tools/moveconfig.py -S SPL_LOAD_FIT_ADDRESS -H Signed-off-by: Peng Fan <peng.fan@nxp.com> [trini: A few more migrations] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ax25-ae350.h')
-rw-r--r--include/configs/ax25-ae350.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/ax25-ae350.h b/include/configs/ax25-ae350.h
index a08fd63..b2606e7 100644
--- a/include/configs/ax25-ae350.h
+++ b/include/configs/ax25-ae350.h
@@ -12,12 +12,6 @@
#define CONFIG_SPL_BSS_START_ADDR 0x04000000
#define CONFIG_SPL_BSS_MAX_SIZE 0x00100000
-#ifndef CONFIG_XIP
-#define CONFIG_SPL_LOAD_FIT_ADDRESS 0x00200000
-#else
-#define CONFIG_SPL_LOAD_FIT_ADDRESS 0x80010000
-#endif
-
#ifdef CONFIG_SPL_MMC_SUPPORT
#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.itb"
#endif