summaryrefslogtreecommitdiffstats
path: root/board/bluegiga
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-08-05 09:05:31 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-09-01 14:58:17 +0200
commit9c471142bc6c5aa01532ba85ead8509bbf2eb153 (patch)
tree31f9e67e6c63a7abf63997bb9542fbd3075a61da /board/bluegiga
parentddcf13b15231ee2dca99285349b143c365ce5173 (diff)
downloadblackbird-obmc-uboot-9c471142bc6c5aa01532ba85ead8509bbf2eb153.tar.gz
blackbird-obmc-uboot-9c471142bc6c5aa01532ba85ead8509bbf2eb153.zip
mxs: prefix register structs with 'mxs' prefix
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'board/bluegiga')
-rw-r--r--board/bluegiga/apx4devkit/apx4devkit.c4
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;
OpenPOWER on IntegriCloud