mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
Blackfin: fix some BF547 header copy & paste typos
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
5da8a3dc48
commit
4ed250a563
2 changed files with 11 additions and 11 deletions
|
@ -4,21 +4,21 @@
|
|||
* Licensed under the GPL-2 or later.
|
||||
*/
|
||||
|
||||
#ifndef _CDEF_BF548_H
|
||||
#define _CDEF_BF548_H
|
||||
#ifndef _CDEF_BF547_H
|
||||
#define _CDEF_BF547_H
|
||||
|
||||
/* include all Core registers and bit definitions */
|
||||
#include "defBF548.h"
|
||||
#include "defBF547.h"
|
||||
|
||||
/* include core sbfin_read_()ecific register pointer definitions */
|
||||
#include <asm/cdef_LPBlackfin.h>
|
||||
|
||||
/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF548 */
|
||||
/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF547 */
|
||||
|
||||
/* include cdefBF54x_base.h for the set of #defines that are common to all ADSP-BF54x bfin_read_()rocessors */
|
||||
#include "cdefBF54x_base.h"
|
||||
|
||||
/* The following are the #defines needed by ADSP-BF548 that are not in the common header */
|
||||
/* The following are the #defines needed by ADSP-BF547 that are not in the common header */
|
||||
|
||||
/* Timer Registers */
|
||||
|
||||
|
@ -805,4 +805,4 @@
|
|||
#define bfin_read_HMDMA1_BCOUNT() bfin_read16(HMDMA1_BCOUNT)
|
||||
#define bfin_write_HMDMA1_BCOUNT(val) bfin_write16(HMDMA1_BCOUNT, val)
|
||||
|
||||
#endif /* _CDEF_BF548_H */
|
||||
#endif /* _CDEF_BF547_H */
|
||||
|
|
|
@ -4,18 +4,18 @@
|
|||
* Licensed under the ADI BSD license or the GPL-2 (or later)
|
||||
*/
|
||||
|
||||
#ifndef _DEF_BF548_H
|
||||
#define _DEF_BF548_H
|
||||
#ifndef _DEF_BF547_H
|
||||
#define _DEF_BF547_H
|
||||
|
||||
/* Include all Core registers and bit definitions */
|
||||
#include <asm/def_LPBlackfin.h>
|
||||
|
||||
/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF548 */
|
||||
/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF547 */
|
||||
|
||||
/* Include defBF54x_base.h for the set of #defines that are common to all ADSP-BF54x processors */
|
||||
#include "defBF54x_base.h"
|
||||
|
||||
/* The following are the #defines needed by ADSP-BF548 that are not in the common header */
|
||||
/* The following are the #defines needed by ADSP-BF547 that are not in the common header */
|
||||
|
||||
/* Timer Registers */
|
||||
|
||||
|
@ -1217,4 +1217,4 @@
|
|||
/* ******************************************* */
|
||||
|
||||
|
||||
#endif /* _DEF_BF548_H */
|
||||
#endif /* _DEF_BF547_H */
|
||||
|
|
Loading…
Reference in a new issue