avr32: rename memory-map.h -> hardware.h

Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
master
Andreas Bießmann 14 years ago committed by Albert ARIBAUD
parent 535abb96fb
commit 5d73bc7af7
  1. 2
      arch/avr32/cpu/at32ap700x/clk.c
  2. 2
      arch/avr32/cpu/at32ap700x/portmux.c
  3. 2
      arch/avr32/cpu/cpu.c
  4. 2
      arch/avr32/cpu/hsdramc.c
  5. 2
      arch/avr32/cpu/interrupts.c
  6. 2
      arch/avr32/cpu/portmux-gpio.c
  7. 2
      arch/avr32/cpu/portmux-pio.c
  8. 2
      arch/avr32/include/asm/arch-at32ap700x/gpio.h
  9. 0
      arch/avr32/include/asm/arch-at32ap700x/hardware.h
  10. 2
      board/miromico/hammerhead/hammerhead.c
  11. 2
      drivers/mmc/atmel_mci.c
  12. 2
      include/configs/atngw100.h
  13. 2
      include/configs/atstk1002.h
  14. 2
      include/configs/atstk1003.h
  15. 2
      include/configs/atstk1004.h
  16. 2
      include/configs/atstk1006.h
  17. 2
      include/configs/favr-32-ezkit.h
  18. 2
      include/configs/mimc200.h

@ -24,7 +24,7 @@
#include <asm/io.h>
#include <asm/arch/clk.h>
#include <asm/arch/memory-map.h>
#include <asm/arch/hardware.h>
#include <asm/arch/portmux.h>
#include "sm.h"

@ -24,7 +24,7 @@
#include <asm/io.h>
#include <asm/arch/chip-features.h>
#include <asm/arch/memory-map.h>
#include <asm/arch/hardware.h>
#include <asm/arch/portmux.h>
/*

@ -27,7 +27,7 @@
#include <asm/sysreg.h>
#include <asm/arch/clk.h>
#include <asm/arch/memory-map.h>
#include <asm/arch/hardware.h>
#include "hsmc3.h"

@ -25,7 +25,7 @@
#include <asm/sdram.h>
#include <asm/arch/clk.h>
#include <asm/arch/memory-map.h>
#include <asm/arch/hardware.h>
#include "hsdramc1.h"

@ -27,7 +27,7 @@
#include <asm/processor.h>
#include <asm/sysreg.h>
#include <asm/arch/memory-map.h>
#include <asm/arch/hardware.h>
#define HANDLER_MASK 0x00ffffff
#define INTLEV_SHIFT 30

@ -22,7 +22,7 @@
#include <common.h>
#include <asm/io.h>
#include <asm/arch/memory-map.h>
#include <asm/arch/hardware.h>
#include <asm/arch/gpio.h>
void portmux_select_peripheral(void *port, unsigned long pin_mask,

@ -22,7 +22,7 @@
#include <common.h>
#include <asm/io.h>
#include <asm/arch/memory-map.h>
#include <asm/arch/hardware.h>
#include <asm/arch/gpio.h>
void portmux_select_peripheral(void *port, unsigned long pin_mask,

@ -23,7 +23,7 @@
#define __ASM_AVR32_ARCH_GPIO_H__
#include <asm/arch/chip-features.h>
#include <asm/arch/memory-map.h>
#include <asm/arch/hardware.h>
#define NR_GPIO_CONTROLLERS 5

@ -29,7 +29,7 @@
#include <asm/sdram.h>
#include <asm/arch/clk.h>
#include <asm/arch/hmatrix.h>
#include <asm/arch/memory-map.h>
#include <asm/arch/hardware.h>
#include <asm/arch/mmu.h>
#include <asm/arch/portmux.h>

@ -28,7 +28,7 @@
#include <asm/errno.h>
#include <asm/byteorder.h>
#include <asm/arch/clk.h>
#include <asm/arch/memory-map.h>
#include <asm/arch/hardware.h>
#include "atmel_mci.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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

Loading…
Cancel
Save