[U-Boot] [PATCH 3/3] sandbox: enable showdev command
Masahiro Yamada
yamada.m at jp.panasonic.com
Wed Nov 19 17:46:25 CET 2014
Of course, this command can be used on any boards besides sandbox.
Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---
include/configs/sandbox.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index ee4b244..334142b 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -26,6 +26,7 @@
#define CONFIG_DM
#define CONFIG_CMD_DEMO
#define CONFIG_CMD_DM
+#define CONFIG_CMD_SHOWDEV
#define CONFIG_DM_DEMO
#define CONFIG_DM_DEMO_SIMPLE
#define CONFIG_DM_DEMO_SHAPE
--
1.9.1
More information about the U-Boot
mailing list