summaryrefslogtreecommitdiff
path: root/include/config_uncmd_spl.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-05-12 20:55:07 (GMT)
committerSimon Glass <sjg@chromium.org>2015-06-11 01:26:55 (GMT)
commita59abd10498fed8c2bb5718748ba27310aac4ba2 (patch)
tree95eb6a3b3e19b2803e952f7bd8da1bd4ac0cd7c0 /include/config_uncmd_spl.h
parentb6bfb6ff9a2173d5e0e5506b95631aa49396c468 (diff)
downloadu-boot-a59abd10498fed8c2bb5718748ba27310aac4ba2.tar.xz
Remove SPL undefine of CONFIG_OF_CONTROL
Allow SPL to be built with this option so that we can support device tree control. Disable the simple bus for now in SPL. It may be needed later. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/config_uncmd_spl.h')
-rw-r--r--include/config_uncmd_spl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config_uncmd_spl.h b/include/config_uncmd_spl.h
index 38cb0e8..c191f56 100644
--- a/include/config_uncmd_spl.h
+++ b/include/config_uncmd_spl.h
@@ -20,7 +20,9 @@
#undef CONFIG_CMD_SNTP
#undef CONFIG_CMD_TFTPPUT
#undef CONFIG_CMD_TFTPSRV
+#ifdef CONFIG_SPL_DISABLE_OF_CONTROL
#undef CONFIG_OF_CONTROL
+#endif
#ifndef CONFIG_SPL_DM
#undef CONFIG_DM_SERIAL