Home
last modified time | relevance | path

Searched refs:RESET_VECTOR_OFFSET (Results 1 – 7 of 7) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc85xx/
A Du-boot-nand_spl.lds51 #define RESET_VECTOR_OFFSET 0x1ffc /* IFC has 8K sram */ macro
53 #define RESET_VECTOR_OFFSET 0xffc /* LBC has 4k sram */ macro
57 .resetvec ADDR(.text) + RESET_VECTOR_OFFSET : {
68 ASSERT(__init_end <= (0xfff00000 + RESET_VECTOR_OFFSET), "NAND bootstrap too big");
A Du-boot-spl.lds85 #ifndef RESET_VECTOR_OFFSET
86 #define RESET_VECTOR_OFFSET 0x1ffc /* IFC has 8K sram */ macro
89 #define RESET_VECTOR_OFFSET 0xffc /* LBC has 4k sram */ macro
93 .resetvec ADDR(.text) + RESET_VECTOR_OFFSET : {
/u-boot/include/configs/
A DT4240RDB.h29 #define RESET_VECTOR_OFFSET 0x27FFC macro
A DT208xRDB.h32 #define RESET_VECTOR_OFFSET 0x27FFC macro
A DT208xQDS.h38 #define RESET_VECTOR_OFFSET 0x27FFC macro
A DT102xRDB.h33 #define RESET_VECTOR_OFFSET 0x27FFC macro
A DT104xRDB.h34 #define RESET_VECTOR_OFFSET 0x27FFC macro

Completed in 15 milliseconds