summaryrefslogtreecommitdiffstats
path: root/src/lib/Config.lb
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2009-04-01 10:48:39 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-04-01 10:48:39 +0000
commitae63126346744e20264934f01d7b4653bc366a30 (patch)
tree9b5141a2f62ea7e89c9336710530820723ba0910 /src/lib/Config.lb
parentf834e20ba35bae7431bb68c5bf064f493fb74bad (diff)
downloadcoreboot-staging-ae63126346744e20264934f01d7b4653bc366a30.zip
coreboot-staging-ae63126346744e20264934f01d7b4653bc366a30.tar.gz
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 <rminnich@gmail.com> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4039 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/lib/Config.lb')
-rw-r--r--src/lib/Config.lb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/Config.lb b/src/lib/Config.lb
index 1906ec3..4e6aa4d 100644
--- a/src/lib/Config.lb
+++ b/src/lib/Config.lb
@@ -27,3 +27,7 @@ if CONFIG_USE_INIT
initobject memcpy.o
initobject memcmp.o
end
+
+if CONFIG_ROMFS
+ object romfs.o
+end
OpenPOWER on IntegriCloud