mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ARM: at91: Rename sama5_sfr.h to at91_sfr.h
The Special Function Registers (SFR) are present in sam9x5 and sam9x60 too, rename sama5_sfr to at91_sfr.h. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
This commit is contained in:
parent
83a9f0a3d7
commit
b96b175cbb
5 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <asm/io.h>
|
||||
#include <asm/arch/at91_common.h>
|
||||
#include <asm/arch/clk.h>
|
||||
#include <asm/arch/sama5_sfr.h>
|
||||
#include <asm/arch/at91_sfr.h>
|
||||
#include <asm/arch/sama5d4.h>
|
||||
|
||||
char *get_cpu_name()
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include <common.h>
|
||||
#include <asm/hardware.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/arch/sama5_sfr.h>
|
||||
#include <asm/arch/at91_sfr.h>
|
||||
|
||||
#if defined(CONFIG_SAMA5D2) || defined(CONFIG_SAMA5D4)
|
||||
void redirect_int_from_saic_to_aic(void)
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
* Bo Shen <voice.shen@atmel.com>
|
||||
*/
|
||||
|
||||
#ifndef __SAMA5_SFR_H
|
||||
#define __SAMA5_SFR_H
|
||||
#ifndef __AT91_SFR_H
|
||||
#define __AT91_SFR_H
|
||||
|
||||
struct atmel_sfr {
|
||||
u32 reserved1; /* 0x00 */
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include <common.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/arch/sama5_sfr.h>
|
||||
#include <asm/arch/at91_sfr.h>
|
||||
#include <asm/arch/sama5d3_smc.h>
|
||||
#include <asm/arch/at91_common.h>
|
||||
#include <asm/arch/at91_pmc.h>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include <syscon.h>
|
||||
#include <linux/io.h>
|
||||
#include <mach/at91_pmc.h>
|
||||
#include <mach/sama5_sfr.h>
|
||||
#include <mach/at91_sfr.h>
|
||||
#include "pmc.h"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue