[U-Boot] [PATCH][v3] PBL: add support for boot from SPI flash.

Kumar Gala kumar.gala at freescale.com
Wed Jan 12 09:54:45 CET 2011


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


More information about the U-Boot mailing list