Add infrastructure for global data in the CAR phase of boot
[coreboot.git] / src / arch / x86 / Makefile.inc
index fc3cd14fbad580dd5ae787d105d8e230c27c7eb9..d378a20c14fab9c84c86bd34d841882e9760becc 100755 (executable)
@@ -272,7 +272,7 @@ $(obj)/coreboot.pre: $(obj)/coreboot.romstage $(obj)/coreboot.pre1 $(CBFSTOOL)
        rm -f $@
        cp $(obj)/coreboot.pre1 $@
        $(CBFSTOOL) $@ add-stage $(obj)/romstage.elf \
-            $(CONFIG_CBFS_PREFIX)/romstage x 0x$(shell cat $(obj)/location.txt)
+           $(CONFIG_CBFS_PREFIX)/romstage x 0x$(shell cat $(obj)/location.txt)
 #FIXME: location.txt might require an offset of header size
 
 #######################################################################