Re: [U-Boot-Users] U-boot Reset After Autoboot Break

2009-06-05 Thread Luke Harvey
I did some looking at the source and noticed that the issue is with a delaykey struct. I have modified the code that ignored the retry attempt. I could not find a use for the retry portion of the struct other than to make this not work but I didn't bother removing it since I wasn't sure. I have rem

Re: [U-Boot-Users] U-boot Reset After Autoboot Break

2009-06-05 Thread Wolfgang Denk
Dear Luke, In message you wrote: > I am attempting to configure U-boot to reset in 60 seconds if no valid > u-boot command is entered after breaking the autoboot. I have read the > autoboot readme and from it found that I needed to define > CONFIG_RESET_TO_RETRY as well as CONFIG_BOOT_RETRY_TIME

[U-Boot-Users] U-boot Reset After Autoboot Break

2009-06-05 Thread Luke Harvey
I am attempting to configure U-boot to reset in 60 seconds if no valid u-boot command is entered after breaking the autoboot. I have read the autoboot readme and from it found that I needed to define CONFIG_RESET_TO_RETRY as well as CONFIG_BOOT_RETRY_TIME and CONFIG_BOOT_RETRY_MIN which I have done