Ronald G Minnich <[EMAIL PROTECTED]> writes: > Yes, the payload option is currently pretty stupid. I wonder: should it be > checking to see if ELF is set and change makefile rules accordingly?
Possibly a better approach is to differentiate between the linux and the payload options. Let linux option do the appropriate magic for the bootloader (run mkelfImage or objcopy...) and use payload as a directive for specifying a prebuilt binary image. Eric
