mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-26 04:53:42 +00:00
mx25pdk: Add fuse API support
Select CONFIG_FSL_IIM and CONFIG_CMD_FUSE so that the fuse API can be used. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
This commit is contained in:
parent
4f66e09bb9
commit
0b09bfd524
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@
|
||||||
/* RTC */
|
/* RTC */
|
||||||
#define CONFIG_RTC_IMXDI
|
#define CONFIG_RTC_IMXDI
|
||||||
|
|
||||||
|
/* Fuse API support */
|
||||||
|
#define CONFIG_FSL_IIM
|
||||||
|
#define CONFIG_CMD_FUSE
|
||||||
|
|
||||||
/* Ethernet Configs */
|
/* Ethernet Configs */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue