
22 Dec
2014
22 Dec
'14
6:22 a.m.
I am guessing you has some extra character for the CONFIG_BOOTDELAY. Anyway, since you are on this line common/autoboot.c:247, you can see the "bootdelay" variable one line above. Your purpose of adding delay to boot is easily implemented by these command under u-boot
setenv bootdelay 10 saveenv
There is no need to change the code for this purpose.
Thanks for the review. Let me look into this
Harry++
York