mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-04 13:22:31 +00:00
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>
This commit is contained in:
parent
0d76e4ec8d
commit
42d32c3552
2 changed files with 0 additions and 2 deletions
|
@ -191,7 +191,6 @@
|
||||||
|
|
||||||
/* Serial Port */
|
/* Serial Port */
|
||||||
#define CONFIG_CONS_ON_SCC /* define if console on SCC */
|
#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 \
|
#define CONFIG_SYS_BAUDRATE_TABLE \
|
||||||
{300, 600, 1200, 2400, 4800, 9600, 19200, 38400,115200}
|
{300, 600, 1200, 2400, 4800, 9600, 19200, 38400,115200}
|
||||||
|
|
|
@ -142,7 +142,6 @@ CONFIG_COMMON_BOOT
|
||||||
CONFIG_COMPAT
|
CONFIG_COMPAT
|
||||||
CONFIG_CONS_EXTC_PINSEL
|
CONFIG_CONS_EXTC_PINSEL
|
||||||
CONFIG_CONS_EXTC_RATE
|
CONFIG_CONS_EXTC_RATE
|
||||||
CONFIG_CONS_NONE
|
|
||||||
CONFIG_CONS_ON_SCC
|
CONFIG_CONS_ON_SCC
|
||||||
CONFIG_CONS_SCIF0
|
CONFIG_CONS_SCIF0
|
||||||
CONFIG_CONS_SCIF1
|
CONFIG_CONS_SCIF1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue