forked from OERV-BSP/u-boot
configs: move CONFIG_SPL_TEXT_BASE to Kconfig
Moved CONFIG_SPL_TEXT_BASE to common/spl/Kconfig and migrate existing values. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> [trini: Re-run migration] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
committed by
Tom Rini
parent
d168bcb6fe
commit
f89d6133ee
@@ -157,7 +157,6 @@
|
||||
* SPL specific defines
|
||||
*/
|
||||
/* SPL will be executed at offset 0 */
|
||||
#define CONFIG_SPL_TEXT_BASE 0x00000000
|
||||
|
||||
/* SPL will use SRAM as stack */
|
||||
#define CONFIG_SPL_STACK 0x0000FFF8
|
||||
|
||||
Reference in New Issue
Block a user