aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2012-05-11 14:40:25 +0000
committerWarner Losh <imp@FreeBSD.org>2012-05-11 14:40:25 +0000
commit9434786e88d8440e32a90f63274bde6372ddd895 (patch)
treec724928020d6d8e751d2abb6179cd67679cf616d /sys/boot
parentef844ef76f97dd559d0195107d5b7a4bfdb2b87e (diff)
downloadsrc-9434786e88d8440e32a90f63274bde6372ddd895.tar.gz
src-9434786e88d8440e32a90f63274bde6372ddd895.zip
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.
Notes
Notes: svn path=/head/; revision=235271
Diffstat (limited to 'sys/boot')
-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 4de14f28fdca..db767089dedc 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
// *****************************************************************************