Fix Unix target build

Move sys_info to load.c to make it also available on Unix build.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@826 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2010-08-01 11:03:45 +00:00
parent d35fbe15aa
commit 9daf539c27
6 changed files with 2 additions and 6 deletions

View File

@@ -18,7 +18,6 @@
#include "libopenbios/forth_load.h"
#include "boot.h"
struct sys_info sys_info;
void *boot_notes = NULL;
static int try_path(const char *path, char *param)