Searched refs:CONFIG_SYS_UBOOT_BASE (Results 1 – 25 of 33) sorted by relevance
12
26 #define CONFIG_SYS_UBOOT_BASE 0x50280000 macro29 #define CONFIG_SYS_UBOOT_BASE 0x50080000 macro
14 #define CONFIG_SYS_UBOOT_BASE CONFIG_SYS_TEXT_BASE macro
11 #define CONFIG_SYS_UBOOT_BASE CONFIG_SYS_TEXT_BASE macro
44 #define CONFIG_SYS_UBOOT_BASE 0 macro
24 #define CONFIG_SYS_UBOOT_BASE CONFIG_SYS_TEXT_BASE macro
31 #define CONFIG_SYS_UBOOT_BASE 0 macro
53 #define CONFIG_SYS_UBOOT_BASE 0 macro
38 #define CONFIG_SYS_UBOOT_BASE (CONFIG_SPI_ADDR + CONFIG_SPL_PAD_TO) macro
69 #define CONFIG_SYS_UBOOT_BASE (CONFIG_SYS_FLASH_BASE + \ macro
15 #define CONFIG_SYS_UBOOT_BASE (CONFIG_SYS_FLASH_BASE + 0x80000) macro
19 #define CONFIG_SYS_UBOOT_BASE \ macro
16 #define CONFIG_SYS_UBOOT_BASE \ macro
24 #define CONFIG_SYS_UBOOT_BASE 0xfff90000 macro
17 #define CONFIG_SYS_UBOOT_BASE \ macro
18 #define CONFIG_SYS_UBOOT_BASE \ macro
19 #define CONFIG_SYS_UBOOT_BASE (QSPI0_AMBA_BASE + CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 512) macro
204 #define CONFIG_SYS_UBOOT_BASE (0x130000 - 0x40) macro
28 CONFIG_SYS_UBOOT_BASE)); in spl_xip()
240 if (end <= CONFIG_SYS_UBOOT_BASE) in spl_nor_get_uboot_base()241 end = CONFIG_SYS_UBOOT_BASE; in spl_nor_get_uboot_base()
Completed in 32 milliseconds