projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dd42e3
)
wandboard: Select CONFIG_CMD_FUSE
author
Fabio Estevam
<fabio.estevam@freescale.com>
Wed, 24 Sep 2014 18:21:58 +0000
(15:21 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Wed, 1 Oct 2014 07:13:29 +0000
(09:13 +0200)
Select CONFIG_CMD_FUSE so that the fuse API commands can be used.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
include/configs/wandboard.h
patch
|
blob
|
history
diff --git
a/include/configs/wandboard.h
b/include/configs/wandboard.h
index 7d96908f0e4bba1801a0c97d3e867d0290113c17..9fb501a3412abd71a1e880fd72e42e90f6f47810 100644
(file)
--- a/
include/configs/wandboard.h
+++ b/
include/configs/wandboard.h
@@
-110,6
+110,11
@@
#define CONFIG_IMX_HDMI
#define CONFIG_IMX_VIDEO_SKIP
+#define CONFIG_CMD_FUSE
+#ifdef CONFIG_CMD_FUSE
+#define CONFIG_MXC_OCOTP
+#endif
+
#if defined(CONFIG_MX6DL) || defined(CONFIG_MX6S)
#define CONFIG_DEFAULT_FDT_FILE "imx6dl-wandboard.dtb"
#elif defined(CONFIG_MX6Q)