
In message 1206024369.5488.13.camel@ld0161-tx32 you wrote:
...
CONFIG_POST="(CFG_POST_CACHE | CFG_POST_CPU | CFG_POST_ECC_ON | CFG_POST_ETHER | CFG_POST_FPU | CFG_POST_I2C | CFG_POST_MEMORY | CFG_POST_RTC | CFG_POST_SPR | CFG_POST_UART | CFG_POST_SYSMON | CFG_POST_WATCHDOG | CFG_POST_DSP | CFG_POST_BSPEC1 | CFG_P
OST_BSPEC2 | CFG_POST_BSPEC3 | CFG_POST_BSPEC4 | CFG_POST_BSPEC5)"
CONFIG_PREBOOT="setenv bootdelay 15"
...
*sigh*
Needless to say, exactly the same change that I performed last year for CONFIG_COMMAND -> CONFIG_CMD_* and for CONFIG_BOOTP needs to be done here now for CONFIG_POST as well.
Um... that would fix this specific situation - but we might still run into the same problem with the next attempt to convert code to the new config style.
For example, there might be code which might be compiled depending on CONFIG_PREBOOT.
Best regards,
Wolfgang Denk