Clean up and remove late initialization code that is no longer needed.
[coreboot.git] / src / stream / Config.lb
1 uses CONFIG_ROM_PAYLOAD
2 uses CONFIG_IDE_PAYLOAD
3 uses CONFIG_FS_PAYLOAD
4 uses CONFIG_IDE
5 uses CONFIG_SERIAL_PAYLOAD
6
7 if CONFIG_ROM_PAYLOAD
8   object rom_stream.o
9 end
10
11 if CONFIG_IDE_PAYLOAD
12   default CONFIG_IDE=1
13   object ide_stream.o
14 end
15
16 if CONFIG_FS_PAYLOAD
17   object fs_stream.o
18   dir fs
19 end
20
21 if CONFIG_SERIAL_PAYLOAD
22   object serial_stream.o
23 end