diff options
-rw-r--r-- | src/lib/Makefile.inc | 1 | ||||
-rw-r--r-- | src/lib/selfboot.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index 4ae80d3961..e988e89cd6 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -92,6 +92,7 @@ romstage-y += region_file.c ramstage-y += romstage_handoff.c romstage-y += romstage_handoff.c romstage-y += romstage_stack.c +romstage-y += selfboot.c ramstage-y += romstage_stack.c romstage-y += stack.c ramstage-y += rtc.c diff --git a/src/lib/selfboot.c b/src/lib/selfboot.c index efd2d3d5a9..9c52cd6bef 100644 --- a/src/lib/selfboot.c +++ b/src/lib/selfboot.c @@ -18,7 +18,6 @@ #include <commonlib/compression.h> #include <commonlib/endian.h> #include <console/console.h> -#include <cpu/cpu.h> #include <stdint.h> #include <stdlib.h> #include <string.h> |