mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 00:47:26 +00:00
arm: rpi: Drop CONFIG_CONS_INDEX
This is not needed now that serial uses driver model. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
b59357464c
commit
91b00b5fcc
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@
|
||||||
#else
|
#else
|
||||||
#define CONFIG_PL01X_SERIAL
|
#define CONFIG_PL01X_SERIAL
|
||||||
#endif
|
#endif
|
||||||
#define CONFIG_CONS_INDEX 0
|
|
||||||
|
|
||||||
/* Console configuration */
|
/* Console configuration */
|
||||||
#define CONFIG_SYS_CBSIZE 1024
|
#define CONFIG_SYS_CBSIZE 1024
|
||||||
|
|
Loading…
Reference in a new issue