1
0
Fork 0
forked from len0rd/rockbox

imx233: fix octop for stmp3600 and stmp3700

Change-Id: Iacfa8bb96c8b78d56e5010f313bc47b73df80720
This commit is contained in:
Amaury Pouly 2013-06-17 00:23:06 +02:00
parent 6e88d98dcf
commit f0f6aee58c

View file

@ -26,6 +26,7 @@
#include "regs/regs-ocotp.h"
#if IMX233_SUBTARGET >= 3700
#define IMX233_NUM_OCOTP_CUST 4
#define IMX233_NUM_OCOTP_CRYPTO 4
#define IMX233_NUM_OCOTP_HWCAP 6
@ -52,5 +53,6 @@ static inline uint32_t imx233_ocotp_read(volatile uint32_t *reg)
imx233_ocotp_open_banks(false);
return val;
}
#endif
#endif /* OCOTP_IMX233_H */
#endif /* OCOTP_IMX233_H */