From 0465f12efb657176854db7a3ed3400df148d13bc Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Mon, 6 Jul 2020 15:35:01 +0800 Subject: 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 [trini: A few more migrations] Signed-off-by: Tom Rini --- include/configs/ax25-ae350.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/configs/ax25-ae350.h') diff --git a/include/configs/ax25-ae350.h b/include/configs/ax25-ae350.h index a08fd6352f..b2606e794d 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 -- cgit