summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-04-13 17:31:02 +0000
committerimp <imp@FreeBSD.org>2006-04-13 17:31:02 +0000
commit4ed8527585dffbcc8aa514e466053be876cd9a55 (patch)
treef990d3e88e82524f7ac84a9042d6d88e4a0cb1d7 /sys/boot
parentb0e5efc22cf8ca082dff501ed8159bc2b81f13b6 (diff)
downloadFreeBSD-src-4ed8527585dffbcc8aa514e466053be876cd9a55.zip
FreeBSD-src-4ed8527585dffbcc8aa514e466053be876cd9a55.tar.gz
Need at91rm9200_lowlevel.h for SDRAM_BASE definition.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/arm/at91/boot0/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/arm/at91/boot0/main.c b/sys/boot/arm/at91/boot0/main.c
index 5f4cc72..bc29b2f 100644
--- a/sys/boot/arm/at91/boot0/main.c
+++ b/sys/boot/arm/at91/boot0/main.c
@@ -26,6 +26,7 @@
#include "AT91RM9200.h"
#include "lib.h"
+#include "at91rm9200_lowlevel.h"
typedef void fn_t(void);
OpenPOWER on IntegriCloud