summaryrefslogtreecommitdiff
path: root/include/config_uncmd_spl.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-28 05:06:30 (GMT)
committerSimon Glass <sjg@chromium.org>2015-04-23 15:05:51 (GMT)
commit36fa61dc612e363fb60840a06333fc37ec3fb68e (patch)
tree51115d5d2bd9a6e6c6c1583d537e48f0c321bd31 /include/config_uncmd_spl.h
parentab9fd2e83a0f781534fbb8a2b88c724a29b7f20a (diff)
downloadu-boot-36fa61dc612e363fb60840a06333fc37ec3fb68e.tar.xz
dm: core: Allow sequence alias support to be removed for SPL
In many cases SPL only uses a single serial port and there is no need for alias sequence support. We will just use the serial port pointed to by stdout-path in the /chosen node. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/config_uncmd_spl.h')
-rw-r--r--include/config_uncmd_spl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_uncmd_spl.h b/include/config_uncmd_spl.h
index a9106f4..38cb0e8 100644
--- a/include/config_uncmd_spl.h
+++ b/include/config_uncmd_spl.h
@@ -31,6 +31,7 @@
#undef CONFIG_DM_WARN
#undef CONFIG_DM_DEVICE_REMOVE
+#undef CONFIG_DM_SEQ_ALIAS
#undef CONFIG_DM_STDIO
#endif /* CONFIG_SPL_BUILD */