summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-05-11 14:40:25 +0000
committerimp <imp@FreeBSD.org>2012-05-11 14:40:25 +0000
commit2aac3bff63ca2057a8a5b12b9cf8c1335d4bd1bc (patch)
treec724928020d6d8e751d2abb6179cd67679cf616d /sys/boot/arm
parent7e5e00e55fff2185e28629da87dec0d8a84aebe0 (diff)
downloadFreeBSD-src-2aac3bff63ca2057a8a5b12b9cf8c1335d4bd1bc.zip
FreeBSD-src-2aac3bff63ca2057a8a5b12b9cf8c1335d4bd1bc.tar.gz
Hack to unbreak boot2 for at91rm9200 boot loader. When the at91sam
code came in, it moved things around which wound up breaking the build. We have to do this bit of a hack to avoid duplication of a lot of #defines.
Diffstat (limited to 'sys/boot/arm')
-rw-r--r--sys/boot/arm/at91/libat91/at91rm9200.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/arm/at91/libat91/at91rm9200.h b/sys/boot/arm/at91/libat91/at91rm9200.h
index 4de14f2..db76708 100644
--- a/sys/boot/arm/at91/libat91/at91rm9200.h
+++ b/sys/boot/arm/at91/libat91/at91rm9200.h
@@ -41,6 +41,8 @@
#ifndef AT91RM9200_H
#define AT91RM9200_H
+#define ATMEL_ENV
+
typedef volatile unsigned int AT91_REG;// Hardware register definition
// *****************************************************************************
OpenPOWER on IntegriCloud