
In message 0F6832DAA2EE0B4D9281EDC36F09A8FC0FC3E6@esebe025.ntc.nokia.com you wrote:
I included a patch that adds support for CS boot mode recognition on OMAP1610 Innovator and H2 boards. Currently you have to build U-Boot either for CS0 or CS3 boot mode. The patch adds new make targets for binaries that will check the boot mode and set flash address accordingly. Also some board specific init steps are skipped when booting from RAM. The new targets are: omap1610h2_cs_autoboot_config omap1610inn_cs_autoboot_config
Thanks, added - except for the part which modifies common/env_flash.c
Here, instead of simply initializing the relevant variables at compile time, you added code to do this at run time. I don't think this is a good idea. Please explain why you are doing this, and which problem you attempt to fix.
Best regards,
Wolfgang Denk