]> Git Repo - u-boot.git/commitdiff
Remove unused CONFIG_CONS_NONE
authorPatrick Delaunay <[email protected]>
Mon, 4 Oct 2021 09:59:54 +0000 (11:59 +0200)
committerTom Rini <[email protected]>
Fri, 15 Oct 2021 11:55:52 +0000 (07:55 -0400)
Remove the latest reference of CONFIG_CONS_NONE in code

Signed-off-by: Patrick Delaunay <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
include/configs/MPC8560ADS.h
scripts/config_whitelist.txt

index 3a9ea03292175e70ef6be44d7fa4b02000ab20cc..dcd538fdf1a61b76e3a9afddc12662d48269905c 100644 (file)
 
 /* 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}
index ca7ca822cb088eef3db0168feab415e139338eb3..21c0e70e02dff04b467b4ac30795d5573ace17de 100644 (file)
@@ -142,7 +142,6 @@ CONFIG_COMMON_BOOT
 CONFIG_COMPAT
 CONFIG_CONS_EXTC_PINSEL
 CONFIG_CONS_EXTC_RATE
-CONFIG_CONS_NONE
 CONFIG_CONS_ON_SCC
 CONFIG_CONS_SCIF0
 CONFIG_CONS_SCIF1
This page took 0.04375 seconds and 4 git commands to generate.