From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Mon, 11 Apr 2011 10:55:23 +0200 Subject: [U-Boot] [PATCH v2 1/2] avr32: rename memory-map.h -> hardware.h In-Reply-To: <1288948531-12187-2-git-send-email-biessmann@corscience.de> References: <1288779654-32567-1-git-send-email-biessmann@corscience.de> <1288948531-12187-2-git-send-email-biessmann@corscience.de> Message-ID: <4DA2C1FB.3080809@emk-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Andreas Bie?mann: > Signed-off-by: Andreas Bie?mann > --- > changes since v1: > - only rename in this patch and fixup includes in respective includes > - use 'format-patch -C' > > arch/avr32/cpu/at32ap700x/clk.c | 2 +- > arch/avr32/cpu/at32ap700x/portmux.c | 2 +- > arch/avr32/cpu/cpu.c | 2 +- > arch/avr32/cpu/hsdramc.c | 2 +- > arch/avr32/cpu/interrupts.c | 2 +- > arch/avr32/cpu/portmux-gpio.c | 2 +- > arch/avr32/cpu/portmux-pio.c | 2 +- > arch/avr32/include/asm/arch-at32ap700x/gpio.h | 2 +- > .../arch-at32ap700x/{memory-map.h => hardware.h} | 0 > board/miromico/hammerhead/hammerhead.c | 2 +- > drivers/mmc/atmel_mci.c | 2 +- > include/configs/atngw100.h | 2 +- > include/configs/atstk1002.h | 2 +- > include/configs/atstk1003.h | 2 +- > include/configs/atstk1004.h | 2 +- > include/configs/atstk1006.h | 2 +- > include/configs/favr-32-ezkit.h | 2 +- > include/configs/mimc200.h | 2 +- > 18 files changed, 17 insertions(+), 17 deletions(-) > rename arch/avr32/include/asm/arch-at32ap700x/{memory-map.h => hardware.h} (100%) Applied into u-boot-atmel/next. Thanks, Reinhard