diff options
| author | Simon Glass <[email protected]> | 2016-10-17 20:12:44 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-10-23 18:33:41 -0400 |
| commit | 002f967c5010df69eb9a9a5e21132bb885ca8d02 (patch) | |
| tree | 969d721cabad95f896ecd56117c23dbf762aa8bb /README | |
| parent | cfa307f839f59f27b6fd1e80f3686e53b457f8dc (diff) | |
Convert CONFIG_SYS_CONSOLE_BG_COL et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_CONSOLE_BG_COL
CONFIG_SYS_CONSOLE_FG_COL
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -770,11 +770,6 @@ The following options need to be configured: port routines must be defined elsewhere (i.e. serial_init(), serial_getc(), ...) - CONFIG_SYS_CONSOLE_BG_COL: define the backgroundcolor, default - is 0x00. - CONFIG_SYS_CONSOLE_FG_COL: define the foregroundcolor, default - is 0xa0. - - Console Baudrate: CONFIG_BAUDRATE - in bps Select one of the baudrates listed in |
