
23 Feb
2006
23 Feb
'06
1:07 p.m.
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