From ae63126346744e20264934f01d7b4653bc366a30 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 1 Apr 2009 10:48:39 +0000 Subject: This code adds support for coreboot images that use ROMFS. It also removes the call to FILO from hardwaremain -- that has needed removal for a long time. abuild tested. Note that this code has been tested and works on both qemu and kontron. The changes to use it are coming next. Signed-off-by: Ronald G. Minnich Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4039 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/boot/Config.lb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/boot/Config.lb') diff --git a/src/boot/Config.lb b/src/boot/Config.lb index f6b82a3610..4c2f4d71f0 100644 --- a/src/boot/Config.lb +++ b/src/boot/Config.lb @@ -1,5 +1,8 @@ object elfboot.o object hardwaremain.o +if CONFIG_ROMFS + object selfboot.o +end if CONFIG_FS_PAYLOAD object filo.o end -- cgit v1.2.3