Yeah, well, how about this: here's how target config files look now:
# Sample config file for Motorola Sandpoint X3 Demo Board with # the Arima HDAMA # This will make a target directory of ./hdama
target hdama mainboard arima/hdama
# Arima hdama romimage "normal" option USE_FALLBACK_IMAGE=0 option ROM_IMAGE_SIZE=0x10000 option LINUXBIOS_EXTRA_VERSION=".0Normal" payload /usr/share/etherboot/5.2.1eb1-lnxi-lb/tg3--ide_disk.zelf end
romimage "fallback" option USE_FALLBACK_IMAGE=1 option ROM_IMAGE_SIZE=0x10000 option LINUXBIOS_EXTRA_VERSION=".0Fallback" payload /usr/share/etherboot/5.2.1eb1-lnxi-lb/tg3--ide_disk.zelf end
buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"
A bit simpler eh?
ron