forked from len0rd/rockbox
imx233: fix octop for stmp3600 and stmp3700
Change-Id: Iacfa8bb96c8b78d56e5010f313bc47b73df80720
This commit is contained in:
parent
6e88d98dcf
commit
f0f6aee58c
1 changed files with 3 additions and 1 deletions
|
@ -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 */
|
Loading…
Add table
Add a link
Reference in a new issue