ARM: zynq: Do not perform reset at the end of thor
[oweals/u-boot.git] / include / config_fallbacks.h
index ddfe0450d21c780e44cacf4f26b91d1e15a059a9..6b6ec00a9a943dee3e1014a27b3a5140650b0aa2 100644 (file)
 # endif
 #endif
 
+#ifndef CONFIG_CMDLINE
+#undef CONFIG_CMDLINE_EDITING
+#undef CONFIG_SYS_LONGHELP
+#undef CONFIG_CMD_BOOTD
+#undef CONFIG_CMD_RUN
+#undef CONFIG_SYS_HUSH_PARSER
+#undef CONFIG_CMD_ASKENV
+#undef CONFIG_MENU
+#endif
+
 #endif /* __CONFIG_FALLBACKS_H */