diff options
author | Tudor Ambarus | 2019-09-27 13:09:00 +0000 |
---|---|---|
committer | Eugen Hristev | 2019-10-08 09:16:11 +0300 |
commit | b96b175cbbf09ef51099879eb96470e3aef96084 (patch) | |
tree | f56d2119495ea6cb4add598dae3c8652b5117674 /board/laird | |
parent | 83a9f0a3d703a37044d2438a3c4223561de503b3 (diff) |
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>
Diffstat (limited to 'board/laird')
-rw-r--r-- | board/laird/wb50n/wb50n.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/laird/wb50n/wb50n.c b/board/laird/wb50n/wb50n.c index ab1dbcd879a..13563abb49e 100644 --- a/board/laird/wb50n/wb50n.c +++ b/board/laird/wb50n/wb50n.c @@ -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> |