27bd64a8be
This breaks booting, and in fact stages.c is always going to be special: for it to work it has to be compiled for arm only, no thumb allowed. It's probably better to leave the stages.o target in explicitly so it's clear that it has to be compiled with a particular set of flags, rather than try to remember that we must always have the default rules no break stages.c compilation. That would be a mess. I will be pushing a CL to get rid of the assembly dump, but will be a trivial fix.
This reverts commit
|
||
---|---|---|
.. | ||
boot | ||
include | ||
lib | ||
bootblock.inc | ||
bootblock.lds | ||
bootblock_simple.c | ||
coreboot_ram.ld | ||
Kconfig | ||
Makefile.inc | ||
romstage.ld | ||
stages.c |