From 6768f39a4b5a5d6d1c2318f632f801fe1c8084cd Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 3 Oct 2009 16:24:58 +0000 Subject: Remove: - CONFIG_CBFS - anything that's conditional on CONFIG_CBFS == 0 - files that were only included for CONFIG_CBFS == 0 In particular: - elfboot - stream boot code - mini-filo and filesystems (depends on stream boot code) After this commit, there is no way to build an image that is not using CBFS anymore. Signed-off-by: Patrick Georgi Acked-by: Myles Watson Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4712 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/stream/Config.lb | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/stream/Config.lb (limited to 'src/stream/Config.lb') diff --git a/src/stream/Config.lb b/src/stream/Config.lb deleted file mode 100644 index 89f8404f5a..0000000000 --- a/src/stream/Config.lb +++ /dev/null @@ -1,27 +0,0 @@ -uses CONFIG_ROM_PAYLOAD -uses CONFIG_IDE_PAYLOAD -uses CONFIG_FS_PAYLOAD -uses CONFIG_IDE -uses CONFIG_SERIAL_PAYLOAD -uses CONFIG_CBFS - -if CONFIG_CBFS -else -if CONFIG_ROM_PAYLOAD - object rom_stream.o -end - -if CONFIG_IDE_PAYLOAD - default CONFIG_IDE=1 - object ide_stream.o -end - -if CONFIG_FS_PAYLOAD - object fs_stream.o - dir fs -end - -if CONFIG_SERIAL_PAYLOAD - object serial_stream.o -end -end -- cgit v1.2.3