diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-13 17:24:51 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-10-01 21:08:19 -0400 |
commit | cc1386b0d3ded14249a42ea226ccc5c15c4b3ff3 (patch) | |
tree | fe5e94f6baf6320261b2df7910d43edeb69dac42 /README | |
parent | fae2ea5951a53031bfe057d35967c01077dafd8c (diff) | |
download | u-boot-cc1386b0d3ded14249a42ea226ccc5c15c4b3ff3.zip u-boot-cc1386b0d3ded14249a42ea226ccc5c15c4b3ff3.tar.gz u-boot-cc1386b0d3ded14249a42ea226ccc5c15c4b3ff3.tar.bz2 |
kgdb: Remove unused serial related options
We have a few CONFIG options for KGDB that are not referenced, remove
them.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -647,11 +647,6 @@ The following options need to be configured: time on others. This setting #define's the initial value of the "loads_echo" environment variable. -- Kgdb Serial Baudrate: (if CONFIG_CMD_KGDB is defined) - CONFIG_KGDB_BAUDRATE - Select one of the baudrates listed in - CONFIG_SYS_BAUDRATE_TABLE, see below. - - Removal of commands If no commands are needed to boot, you can disable CONFIG_CMDLINE to remove them. In this case, the command line |