]> git.sur5r.net Git - u-boot/blobdiff - include/configs/imx7_spl.h
ARM: uniphier: change load addresses for bigger kernel image
[u-boot] / include / configs / imx7_spl.h
index b89dba655405086b5ff70b36a9121dd581887272..2495486c09168f43c791ef09ece6c2e001947092 100644 (file)
@@ -12,9 +12,6 @@
 #define __IMX7_SPL_CONFIG_H
 
 #ifdef CONFIG_SPL
-
-#define CONFIG_SPL_FRAMEWORK
-
 /*
  * see figure 6-22 in i.MX 7Dual/Solo Reference manuals:
  *  - IMX7D/S OCRAM free area RAM (OCRAM) is from 0x00910000 to
@@ -54,7 +51,6 @@
 #define CONFIG_SPL_BSS_MAX_SIZE        0x100000                /* 1 MB */
 #define CONFIG_SYS_SPL_MALLOC_START    0x88300000
 #define CONFIG_SYS_SPL_MALLOC_SIZE     0x100000                /* 1 MB */
-#define CONFIG_SYS_TEXT_BASE           0x87800000
 
 #endif /* CONFIG_SPL */