diff options
Diffstat (limited to 'board/bluegiga/apx4devkit/apx4devkit.c')
-rw-r--r-- | board/bluegiga/apx4devkit/apx4devkit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/bluegiga/apx4devkit/apx4devkit.c b/board/bluegiga/apx4devkit/apx4devkit.c index c89c6aa90b..87f3f3559a 100644 --- a/board/bluegiga/apx4devkit/apx4devkit.c +++ b/board/bluegiga/apx4devkit/apx4devkit.c @@ -122,8 +122,8 @@ int board_eth_init(bd_t *bis) #define MXS_OCOTP_MAX_TIMEOUT 1000000 void get_board_serial(struct tag_serialnr *serialnr) { - struct mx28_ocotp_regs *ocotp_regs = - (struct mx28_ocotp_regs *)MXS_OCOTP_BASE; + struct mxs_ocotp_regs *ocotp_regs = + (struct mxs_ocotp_regs *)MXS_OCOTP_BASE; serialnr->high = 0; serialnr->low = 0; |