
12 Jan
2011
12 Jan
'11
9:54 a.m.
On Jan 12, 2011, at 2:10 AM, Wolfgang Denk wrote:
diff --git a/board/freescale/corenet_ds/config.mk b/board/freescale/corenet_ds/config.mk index 15bbf20..918775d 100644 --- a/board/freescale/corenet_ds/config.mk +++ b/board/freescale/corenet_ds/config.mk @@ -24,4 +24,10 @@ # P4080DS board #
+ifeq ($(CONFIG_RAMBOOT_PBL), y) +RESET_VECTOR_ADDRESS = 0xfffffffc +endif
+ifndef RESET_VECTOR_ADDRESS RESET_VECTOR_ADDRESS = 0xeffffffc +endif
Do we really need this? Can this not be moved into the board config file, so we gan delete the config.mk ?
I'll post a cleanup patch that should handle this bit for us on all 85xx boards that need it.
- k