Make this compile, assuming that you have linux installed in a
sensible place.  tag_list is disabled by default, since we don't
distribute linux, but it is desirable to allow the boot loader to boot
Linux or FreeBSD (mostly for testing).
This commit is contained in:
imp 2006-04-21 07:19:22 +00:00
parent 2b289f67a8
commit ce4eb8b530

View File

@ -28,7 +28,9 @@
#define u16 unsigned short
#define u8 unsigned char
#include "/usr/src/arm/linux/include/asm/setup.h"
// #include "/usr/src/arm/linux/include/asm/setup.h"
#include <linux/asm/setup.h>
#include "tag_list.h"
#define PAGE_SIZE 0x1000
#define MEM_SIZE 0x2000000