[U-Boot-Users] CFG_NO_FLASH configuration parameter

Mustafa Çayir mustafa.cayir at bte.mam.gov.tr
Thu Feb 23 13:07:20 CET 2006


hi Denk,

Thanks for your reply. 

> Yes, CFG_NO_FLASH means that there is no flash on the board.
> 
>> system? if so, how is system able to boot from flash?
> 
> Simple: it does not boot from flash.

if CFG_NO_FLASH is defined, as you said, means there are no flash memories, where do initial boot instructions located? 

Regards.

 .globl _start
_start:
 li r21, BOOTFLAG_COLD /* Normal Power-On: Boot from FLASH */
 b boot_cold
 sync






More information about the U-Boot mailing list