]> git.sur5r.net Git - u-boot/blobdiff - include/configs/ls2080a_common.h
configs: Migrate CONFIG_SPL_FRAMEWORK
[u-boot] / include / configs / ls2080a_common.h
index 576785e4b67ca2e5ec0a918e0a143db12ad5a024..7d351ab279da91f5f96162dba9c1b1c4ea535492 100644 (file)
 
 /* Link Definitions */
 #ifndef CONFIG_QSPI_BOOT
-#ifdef CONFIG_SPL
-#define CONFIG_SYS_TEXT_BASE           0x80400000
 #else
-#define CONFIG_SYS_TEXT_BASE           0x30100000
-#endif
-#else
-#define CONFIG_SYS_TEXT_BASE           0x20100000
 #define CONFIG_ENV_SIZE                        0x2000          /* 8KB */
 #define CONFIG_ENV_OFFSET              0x300000        /* 3MB */
 #define CONFIG_ENV_SECT_SIZE           0x40000
@@ -221,11 +215,8 @@ unsigned long long get_qixis_addr(void);
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_MAXARGS             64      /* max command args */
 
-#define CONFIG_PANIC_HANG      /* do not reset board on panic */
-
 #define CONFIG_SPL_BSS_START_ADDR      0x80100000
 #define CONFIG_SPL_BSS_MAX_SIZE                0x00100000
-#define CONFIG_SPL_FRAMEWORK
 #define CONFIG_SPL_MAX_SIZE            0x16000
 #define CONFIG_SPL_STACK               (CONFIG_SYS_FSL_OCRAM_BASE + 0x9ff0)
 #define CONFIG_SPL_TARGET              "u-boot-with-spl.bin"