summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2021-10-04 12:59:54 +0300
committerTom Rini <trini@konsulko.com>2021-10-15 14:55:52 +0300
commit42d32c35524b79c8cfd8f5dd568bd8d55417c84e (patch)
treea56d88d6a89dcc0e757fa52d6bcebcc726d9186b /include
parent0d76e4ec8dc121471127f68a9795443a02251116 (diff)
downloadu-boot-42d32c35524b79c8cfd8f5dd568bd8d55417c84e.tar.xz
Remove unused CONFIG_CONS_NONE
Remove the latest reference of CONFIG_CONS_NONE in code Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/MPC8560ADS.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8560ADS.h b/include/configs/MPC8560ADS.h
index 3a9ea03292..dcd538fdf1 100644
--- a/include/configs/MPC8560ADS.h
+++ b/include/configs/MPC8560ADS.h
@@ -191,7 +191,6 @@
/* Serial Port */
#define CONFIG_CONS_ON_SCC /* define if console on SCC */
-#undef CONFIG_CONS_NONE /* define if console on something else */
#define CONFIG_SYS_BAUDRATE_TABLE \
{300, 600, 1200, 2400, 4800, 9600, 19200, 38400,115200}