From 9c471142bc6c5aa01532ba85ead8509bbf2eb153 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 5 Aug 2012 09:05:31 +0000 Subject: mxs: prefix register structs with 'mxs' prefix Signed-off-by: Otavio Salvador --- board/bluegiga/apx4devkit/apx4devkit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board/bluegiga') diff --git a/board/bluegiga/apx4devkit/apx4devkit.c b/board/bluegiga/apx4devkit/apx4devkit.c index c89c6aa..87f3f35 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; -- cgit v1.1