treewide: Remove CONFIG_SYS_UBOOT_START from configs board files
authorPatrice Chotard <patrice.chotard@st.com>
Fri, 6 Dec 2019 14:01:49 +0000 (15:01 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 8 Jan 2020 14:27:44 +0000 (09:27 -0500)
As previous CONFIG_SYS_UBOOT_START is now set by default to
CONFIG_SYS_TEXT_BASE when not defined, CONFIG_SYS_UBOOT_START
can be removed from include/configs board files.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Acked-by: Lukasz Majewski <lukma@denx.de>
13 files changed:
include/configs/gardena-smart-gateway-at91sam.h
include/configs/ls1046a_common.h
include/configs/mccmon6.h
include/configs/microblaze-generic.h
include/configs/mt7623.h
include/configs/mt7629.h
include/configs/mt8518.h
include/configs/omap3_cairo.h
include/configs/pumpkin.h
include/configs/tegra-common.h
include/configs/x600.h
include/configs/xilinx_zynqmp_r5.h
include/configs/zynq-common.h

index 482e471..f5ee65c 100644 (file)
@@ -64,7 +64,6 @@
 #define CONFIG_SPL_NAND_RAW_ONLY
 #define CONFIG_SYS_NAND_U_BOOT_OFFS    0x40000
 #define CONFIG_SYS_NAND_U_BOOT_SIZE    0xa0000
-#define        CONFIG_SYS_UBOOT_START          CONFIG_SYS_TEXT_BASE
 #define        CONFIG_SYS_NAND_U_BOOT_START    CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_NAND_U_BOOT_DST     CONFIG_SYS_TEXT_BASE
 
index cc8f4c0..6543cfd 100644 (file)
@@ -98,7 +98,6 @@
                                        CONFIG_SPL_BSS_MAX_SIZE)
 #define CONFIG_SYS_SPL_MALLOC_SIZE     0x100000
 #define CONFIG_SYS_MONITOR_LEN         0x100000
-#define CONFIG_SYS_UBOOT_START         CONFIG_SYS_TEXT_BASE
 #endif
 
 /* NAND SPL */
index 045a9f7..0aee1e1 100644 (file)
@@ -12,7 +12,6 @@
 #define CONFIG_SPL_LIBCOMMON_SUPPORT
 #include "imx6_spl.h"
 
-#define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_UBOOT_BASE (CONFIG_SYS_FLASH_BASE + 0x80000)
 #define CONFIG_SYS_SPL_ARGS_ADDR       0x18000000
 
index 385b30c..8ca0e83 100644 (file)
 /* Just for sure that there is a space for stack */
 #define CONFIG_SPL_STACK_SIZE          0x100
 
-#define CONFIG_SYS_UBOOT_START         CONFIG_SYS_TEXT_BASE
-
 #define CONFIG_SPL_MAX_FOOTPRINT       (CONFIG_SYS_INIT_RAM_SIZE - \
                                         CONFIG_SYS_INIT_RAM_ADDR - \
                                         CONFIG_SYS_MALLOC_F_LEN - \
index e5182ae..faab091 100644 (file)
@@ -31,7 +31,6 @@
 #define CONFIG_ENV_OVERWRITE
 
 /* Preloader -> Uboot */
-#define CONFIG_SYS_UBOOT_START         CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_TEXT_BASE + SZ_2M - \
                                         GENERATED_GBL_DATA_SIZE)
 
index 4aef894..6a6c2f2 100644 (file)
@@ -40,7 +40,6 @@
 #define CONFIG_SYS_UBOOT_BASE          (CONFIG_SPI_ADDR + CONFIG_SPL_PAD_TO)
 
 /* SPL -> Uboot */
-#define CONFIG_SYS_UBOOT_START         CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_TEXT_BASE + SZ_2M - \
                                         GENERATED_GBL_DATA_SIZE)
 
index a7fe83a..514722b 100644 (file)
@@ -29,7 +29,6 @@
 #define CONFIG_SYS_BOOTM_LEN                   SZ_64M
 
 /* Uboot definition */
-#define CONFIG_SYS_UBOOT_START                 CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_INIT_SP_ADDR                        (CONFIG_SYS_TEXT_BASE + \
                                                SZ_2M - \
                                                GENERATED_GBL_DATA_SIZE)
index 1b1a56d..c76c81d 100644 (file)
@@ -26,7 +26,6 @@
  * other needs.  We use this rather than the inherited defines from
  * ti_armv7_common.h for backwards compatibility.
  */
-#define CONFIG_SYS_UBOOT_START         CONFIG_SYS_TEXT_BASE
 #define CONFIG_SPL_BSS_START_ADDR      0x80000000
 #define CONFIG_SPL_BSS_MAX_SIZE                (512 << 10)     /* 512 KB */
 #define CONFIG_SYS_SPL_MALLOC_START    0x80208000
index 35e28be..9c52cae 100644 (file)
@@ -23,7 +23,6 @@
 #define CONFIG_SYS_NS16550_COM1                0x11005000
 #define CONFIG_SYS_NS16550_CLK         26000000
 
-#define CONFIG_SYS_UBOOT_START         CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_TEXT_BASE + SZ_2M - \
                                                 GENERATED_GBL_DATA_SIZE)
 
index b4da1f8..f2cdd9c 100644 (file)
@@ -61,7 +61,6 @@
 #define PHYS_SDRAM_1           NV_PA_SDRC_CS0
 #define PHYS_SDRAM_1_SIZE      0x20000000      /* 512M */
 
-#define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_SDRAM_BASE  PHYS_SDRAM_1
 
 #define CONFIG_SYS_BOOTMAPSZ   (256 << 20)     /* 256M */
index 63092b2..8b6caae 100644 (file)
@@ -27,7 +27,6 @@
 #define CONFIG_SYS_SPL_LEN                     CONFIG_SPL_PAD_TO
 #define CONFIG_SYS_UBOOT_BASE                  (CONFIG_SYS_FLASH_BASE + \
                                                 CONFIG_SYS_SPL_LEN)
-#define CONFIG_SYS_UBOOT_START                 CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_MONITOR_BASE                        CONFIG_SYS_FLASH_BASE
 #define CONFIG_SYS_MONITOR_LEN                 0x60000
 
index 38d952d..155d7fe 100644 (file)
@@ -35,8 +35,6 @@
 /* Extend size of kernel image for uncompression */
 #define CONFIG_SYS_BOOTM_LEN   (60 * 1024 * 1024)
 
-#define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE
-
 #define CONFIG_SKIP_LOWLEVEL_INIT
 
 /* 0x0 - 0x40 is used for placing exception vectors */
index 274cc19..189ca81 100644 (file)
 
 #define CONFIG_SPL_LOAD_FIT_ADDRESS 0x10000000
 
-#define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE
-
 #endif /* __CONFIG_ZYNQ_COMMON_H */