ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link address
Some board ports place TEXT_BASE at a location that would cause the RESET_VECTOR_ADDRESS not to be at 0xfffffffc when we link. By default we assume RESET_VECTOR_ADDRESS will be 0xfffffffc if the board doesn't explicitly set it. Signed-off-by:Kumar Gala <galak@kernel.crashing.org> Acked-by:
Wolfgang Denk <wd@denx.de>
Showing
- board/freescale/mpc8536ds/config.mk 2 additions, 0 deletionsboard/freescale/mpc8536ds/config.mk
- board/freescale/mpc8572ds/config.mk 2 additions, 0 deletionsboard/freescale/mpc8572ds/config.mk
- board/freescale/p1_p2_rdb/config.mk 2 additions, 0 deletionsboard/freescale/p1_p2_rdb/config.mk
- board/freescale/p2020ds/config.mk 2 additions, 0 deletionsboard/freescale/p2020ds/config.mk
- config.mk 4 additions, 0 deletionsconfig.mk
- cpu/mpc85xx/u-boot.lds 7 additions, 3 deletionscpu/mpc85xx/u-boot.lds
Please register or sign in to comment