Commit b1740549 authored by Mike Frysinger's avatar Mike Frysinger

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
......@@ -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 */
......
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment