Searched refs:CONFIG_SPL_RELOC_TEXT_BASE (Results 1 – 10 of 10) sorted by relevance
/u-boot/board/freescale/p1010rdb/ |
A D | spl_minimal.c | 44 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
A D | spl.c | 60 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
/u-boot/board/freescale/p1_p2_rdb_pc/ |
A D | spl_minimal.c | 42 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
A D | spl.c | 66 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
/u-boot/board/Arcturus/ucp1020/ |
A D | spl_minimal.c | 46 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
A D | spl.c | 74 relocate_code(CONFIG_SPL_RELOC_STACK, 0, CONFIG_SPL_RELOC_TEXT_BASE); in board_init_f()
|
/u-boot/include/configs/ |
A D | P1010RDB.h | 62 #define CONFIG_SPL_RELOC_TEXT_BASE 0x00100000 macro 485 #define CONFIG_SPL_RELOC_TEXT_BASE 0xD0001000 macro 496 #define CONFIG_SPL_RELOC_TEXT_BASE 0xD0001000 macro 506 #define CONFIG_SPL_RELOC_TEXT_BASE (CONFIG_SYS_INIT_L2_END - 0x3000) macro
|
A D | p1_p2_rdb_pc.h | 418 #define CONFIG_SPL_RELOC_TEXT_BASE 0xf8f81000 macro 432 #define CONFIG_SPL_RELOC_TEXT_BASE 0xf8f81000 macro 441 #define CONFIG_SPL_RELOC_TEXT_BASE (CONFIG_SYS_INIT_L2_END - 0x2000) macro
|
/u-boot/scripts/ |
A D | config_whitelist.txt | 1585 CONFIG_SPL_RELOC_TEXT_BASE
|
/u-boot/ |
A D | README | 2122 CONFIG_SPL_RELOC_TEXT_BASE
|
Completed in 15 milliseconds