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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to