these use CONFIG_ variables, too.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3495 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2008-08-11 16:55:35 +00:00 committed by Stefan Reinauer
parent cb7a7c6b8c
commit 663ea08ef1
3 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@
* SUCH DAMAGE.
*/
#include <config.h>
#include <libpayload.h>
void console_init(void)

View File

@ -27,6 +27,7 @@
* SUCH DAMAGE.
*/
#include <config.h>
#include <libpayload.h>
#ifdef CONFIG_TARGET_I386

View File

@ -27,6 +27,7 @@
* SUCH DAMAGE.
*/
#include <config.h>
#include <libpayload.h>
#include <arch/rdtsc.h>