nitrogen6x: Enable support for ocotp
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
This commit is contained in:
parent
f9bac4bcf5
commit
70a5ef2174
|
|
@ -44,6 +44,11 @@
|
||||||
#define CONFIG_MISC_INIT_R
|
#define CONFIG_MISC_INIT_R
|
||||||
#define CONFIG_MXC_GPIO
|
#define CONFIG_MXC_GPIO
|
||||||
|
|
||||||
|
#define CONFIG_CMD_FUSE
|
||||||
|
#ifdef CONFIG_CMD_FUSE
|
||||||
|
#define CONFIG_MXC_OCOTP
|
||||||
|
#endif
|
||||||
|
|
||||||
#define CONFIG_MXC_UART
|
#define CONFIG_MXC_UART
|
||||||
#define CONFIG_MXC_UART_BASE UART2_BASE
|
#define CONFIG_MXC_UART_BASE UART2_BASE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue