summaryrefslogtreecommitdiffstats
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-02-26 15:59:22 -0700
committerTom Rini <trini@ti.com>2014-03-04 12:15:29 -0500
commit0681195977ce04347f7de8ba88d9ebba10cae6dc (patch)
treef3df5a57ce148ccd48ca48d85f894c913506048a /include/configs/sandbox.h
parent2e7d35d2a60339cfa54e26a07326bc75e1060bb3 (diff)
downloadtalos-obmc-uboot-0681195977ce04347f7de8ba88d9ebba10cae6dc.tar.gz
talos-obmc-uboot-0681195977ce04347f7de8ba88d9ebba10cae6dc.zip
dm: Add a 'dm' command for testing
This command is not required for driver model operation, but can be useful for testing. It provides simple dumps of internal data structures. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com> Signed-off-by: Viktor Křivák <viktor.krivak@gmail.com> Signed-off-by: Tomas Hlavacek <tmshlvck@gmail.com>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r--include/configs/sandbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index c9c8509195..8e034a7352 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -21,6 +21,7 @@
#define CONFIG_BOOTSTAGE
#define CONFIG_BOOTSTAGE_REPORT
#define CONFIG_DM
+#define CONFIG_CMD_DM
#define CONFIG_DM_TEST
/* Number of bits in a C 'long' on this architecture */
OpenPOWER on IntegriCloud