aboutsummaryrefslogtreecommitdiff
path: root/sim/bfin/dv-bfin_ebiu_sdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/bfin/dv-bfin_ebiu_sdc.c')
-rw-r--r--sim/bfin/dv-bfin_ebiu_sdc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/bfin/dv-bfin_ebiu_sdc.c b/sim/bfin/dv-bfin_ebiu_sdc.c
index 710f2f8..98cdb22 100644
--- a/sim/bfin/dv-bfin_ebiu_sdc.c
+++ b/sim/bfin/dv-bfin_ebiu_sdc.c
@@ -39,7 +39,8 @@ struct bfin_ebiu_sdc
#define mmr_base() offsetof(struct bfin_ebiu_sdc, sdgctl)
#define mmr_offset(mmr) (offsetof(struct bfin_ebiu_sdc, mmr) - mmr_base())
-static const char * const mmr_names[] = {
+static const char * const mmr_names[] =
+{
"EBIU_SDGCTL", "EBIU_SDBCTL", "EBIU_SDRRC", "EBIU_SDSTAT",
};
#define mmr_name(off) mmr_names[(off) / 4]