these should be the last occurences of CONFIG_ without config.h in libpayload.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3496 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
663ea08ef1
commit
5e354b7a43
|
@ -37,6 +37,7 @@
|
|||
* Actually cook the serial (handle special keys)
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "local.h"
|
||||
|
||||
static int _halfdelay = 0;
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
* http://bochs.sourceforge.net/techspec/CMOS-reference.txt
|
||||
* http://www.bioscentral.com/misc/cmosmap.htm
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <libpayload.h>
|
||||
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <libpayload.h>
|
||||
|
||||
#define IOBASE lib_sysinfo.ser_ioport
|
||||
|
|
Loading…
Reference in New Issue