diff options
author | Simon Glass | 2015-02-27 22:06:30 -0700 |
---|---|---|
committer | Simon Glass | 2015-04-23 09:05:51 -0600 |
commit | 36fa61dc612e363fb60840a06333fc37ec3fb68e (patch) | |
tree | 51115d5d2bd9a6e6c6c1583d537e48f0c321bd31 /include/config_uncmd_spl.h | |
parent | ab9fd2e83a0f781534fbb8a2b88c724a29b7f20a (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_uncmd_spl.h b/include/config_uncmd_spl.h index a9106f4f3b7..38cb0e8abac 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 */ |