mxs: prefix register structs with 'mxs' prefix
[oweals/u-boot.git] / board / bluegiga / apx4devkit / apx4devkit.c
index c89c6aa90b0d227f6eff4801325fc3881f50298d..87f3f3559a3719a83d7ed905e06924b7b87ac987 100644 (file)
@@ -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;