Stefan Reinauer stepan@coresystems.de writes:
Ah, the error above may occur if changing significant parts of Kconfig variables, such as tiny bootblock ;)
please remove build/ and try again.
I always do. :) This is reproducible as follows:
$ svn co svn://coreboot.org/coreboot/trunk coreboot [..] Checked out revision 5396. $ cd coreboot $ perl -npi -e 's/(?=select TINY)/#/' src/mainboard/tyan/s2912_fam10/Kconfig <add .config> $ make oldconfig $ make
Relevant .config attached.