From 6c97a20d0b2f56cb4f3745d94b1f96986e8cced5 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 9 Sep 2009 11:40:41 -0500 Subject: 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 Acked-by: Wolfgang Denk --- board/freescale/mpc8572ds/config.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/freescale/mpc8572ds') diff --git a/board/freescale/mpc8572ds/config.mk b/board/freescale/mpc8572ds/config.mk index 08b61f09ab..67394c9b71 100644 --- a/board/freescale/mpc8572ds/config.mk +++ b/board/freescale/mpc8572ds/config.mk @@ -26,3 +26,5 @@ ifndef TEXT_BASE TEXT_BASE = 0xeff80000 endif + +RESET_VECTOR_ADDRESS = 0xeffffffc -- cgit v1.2.3