I would like to remove the 3 second bootdelay from u-boot. The AM335x-EVMSK does not have NAND. I've added bootdelay=0 to the uEnv.txt file, but it appears that this environment is not read until after the bootdelay is already performed.
Is this possible to do without the NAND environment being available? I guess we were planning on using the EVMSK as a reference design of sorts (I'm not a hardware engineer), and it appears I might have to make sure they put something on the board (like NAND flash) to be able to accomplish this.
Is this correct?