diff options
author | Andreas Bießmann <biessmann@corscience.de> | 2010-11-04 23:15:30 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-05-18 07:56:50 +0200 |
commit | 5d73bc7af75b004d4eb343572e3ff5bc5727a048 (patch) | |
tree | f4e5d1c17ee539efb57293e51d33fa7e3483bc68 /include | |
parent | 535abb96fb665402894b820f934deaca61ce3d3e (diff) | |
download | u-boot-imx-5d73bc7af75b004d4eb343572e3ff5bc5727a048.zip u-boot-imx-5d73bc7af75b004d4eb343572e3ff5bc5727a048.tar.gz u-boot-imx-5d73bc7af75b004d4eb343572e3ff5bc5727a048.tar.bz2 |
avr32: rename memory-map.h -> hardware.h
Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/atngw100.h | 2 | ||||
-rw-r--r-- | include/configs/atstk1002.h | 2 | ||||
-rw-r--r-- | include/configs/atstk1003.h | 2 | ||||
-rw-r--r-- | include/configs/atstk1004.h | 2 | ||||
-rw-r--r-- | include/configs/atstk1006.h | 2 | ||||
-rw-r--r-- | include/configs/favr-32-ezkit.h | 2 | ||||
-rw-r--r-- | include/configs/mimc200.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/include/configs/atngw100.h b/include/configs/atngw100.h index 92491ca..a3e92e8 100644 --- a/include/configs/atngw100.h +++ b/include/configs/atngw100.h @@ -24,7 +24,7 @@ #ifndef __CONFIG_H #define __CONFIG_H -#include <asm/arch/memory-map.h> +#include <asm/arch/hardware.h> #define CONFIG_AVR32 1 #define CONFIG_AT32AP 1 diff --git a/include/configs/atstk1002.h b/include/configs/atstk1002.h index 6416d17..252c5ae 100644 --- a/include/configs/atstk1002.h +++ b/include/configs/atstk1002.h @@ -24,7 +24,7 @@ #ifndef __CONFIG_H #define __CONFIG_H -#include <asm/arch/memory-map.h> +#include <asm/arch/hardware.h> #define CONFIG_AVR32 1 #define CONFIG_AT32AP 1 diff --git a/include/configs/atstk1003.h b/include/configs/atstk1003.h index a4d9b0b..8f06081 100644 --- a/include/configs/atstk1003.h +++ b/include/configs/atstk1003.h @@ -24,7 +24,7 @@ #ifndef __CONFIG_H #define __CONFIG_H -#include <asm/arch/memory-map.h> +#include <asm/arch/hardware.h> #define CONFIG_AVR32 1 #define CONFIG_AT32AP 1 diff --git a/include/configs/atstk1004.h b/include/configs/atstk1004.h index 06bb5da..12c9414 100644 --- a/include/configs/atstk1004.h +++ b/include/configs/atstk1004.h @@ -24,7 +24,7 @@ #ifndef __CONFIG_H #define __CONFIG_H -#include <asm/arch/memory-map.h> +#include <asm/arch/hardware.h> #define CONFIG_AVR32 1 #define CONFIG_AT32AP 1 diff --git a/include/configs/atstk1006.h b/include/configs/atstk1006.h index d3cbee6..8cbaf75 100644 --- a/include/configs/atstk1006.h +++ b/include/configs/atstk1006.h @@ -24,7 +24,7 @@ #ifndef __CONFIG_H #define __CONFIG_H -#include <asm/arch/memory-map.h> +#include <asm/arch/hardware.h> #define CONFIG_AVR32 1 #define CONFIG_AT32AP 1 diff --git a/include/configs/favr-32-ezkit.h b/include/configs/favr-32-ezkit.h index 1c381c7..a65fbd4 100644 --- a/include/configs/favr-32-ezkit.h +++ b/include/configs/favr-32-ezkit.h @@ -22,7 +22,7 @@ #ifndef __CONFIG_H #define __CONFIG_H -#include <asm/arch/memory-map.h> +#include <asm/arch/hardware.h> #define CONFIG_AVR32 1 #define CONFIG_AT32AP 1 diff --git a/include/configs/mimc200.h b/include/configs/mimc200.h index 16e2ec6..a5c52e5 100644 --- a/include/configs/mimc200.h +++ b/include/configs/mimc200.h @@ -24,7 +24,7 @@ #ifndef __CONFIG_H #define __CONFIG_H -#include <asm/arch/memory-map.h> +#include <asm/arch/hardware.h> #define CONFIG_AVR32 1 #define CONFIG_AT32AP 1 |