Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1740549 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: BF52x: unify def/cdef headers



Whole lot of duplicated code here just went bye bye.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 7eb87fd3
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -10,15 +10,8 @@
/* include all Core registers and bit definitions */
#include "defBF525.h"

/* include core specific register pointer definitions */
#include <asm/cdef_LPBlackfin.h>

/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF525 */

/* include cdefBF52x_base.h for the set of #defines that are common to all ADSP-BF52x processors */
#include "cdefBF52x_base.h"

/* The following are the #defines needed by ADSP-BF525 that are not in the common header */
/* BF525 is BF522 + USB */
#include "cdefBF522.h"

/* USB Control Registers */

+2 −422

File changed.

Preview size limit exceeded, changes collapsed.

+2 −9
Original line number Diff line number Diff line
@@ -7,15 +7,8 @@
#ifndef _DEF_BF525_H
#define _DEF_BF525_H

/* Include all Core registers and bit definitions */
#include <asm/def_LPBlackfin.h>

/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF525 */

/* Include defBF52x_base.h for the set of #defines that are common to all ADSP-BF52x processors */
#include "defBF52x_base.h"

/* The following are the #defines needed by ADSP-BF525 that are not in the common header */
/* BF525 is BF522 + USB */
#include "defBF522.h"

/* USB Control Registers */

+2 −677

File changed.

Preview size limit exceeded, changes collapsed.