X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2FREADME.serial_multi;h=c9049fd01d667af497967af665b6fc8f54da790e;hb=031fa18f70c38fe53a90f6ab4a1a441bf1a78280;hp=40f78159f59f40432cf863a5c6912d15a06a89e6;hpb=5e4c24bcb39eaba70281c2a3d214327649503255;p=u-boot diff --git a/doc/README.serial_multi b/doc/README.serial_multi index 40f78159f5..c9049fd01d 100644 --- a/doc/README.serial_multi +++ b/doc/README.serial_multi @@ -35,7 +35,7 @@ just after switching the console: setenv sout serial_scc; setenv baudrate 38400 After that press 'enter' at the SCC console. Note that baudrates <38400 -are not allowed on LWMON with watchdog enabled (see CFG_BAUDRATE_TABLE in +are not allowed on LWMON with watchdog enabled (see CONFIG_SYS_BAUDRATE_TABLE in include/configs/lwmon.h). @@ -52,29 +52,3 @@ PPC4XX Specific setenv stdout serial0 setenv stderr serial0 setenv stdin serial0 - -MPC5xxx Specific -================ - -Up to two PSCs can be used as console. - -Support for hardware handshake has not been implemented yet. - -*) The first (default) console port is defined by: - #define CONFIG_PSC_CONSOLE - -*) The second (alternative) console port is defined by: - #define CONFIG_PSC_CONSOLE2 - -*) Commands to switch to the second console: - setenv stdout serial1 - setenv stderr serial1 - setenv stdin serial1 - -*) Commands to switch to the first console: - setenv stdout serial0 - setenv stderr serial0 - setenv stdin serial0 - -*) If a file descriptor is set to "serial" then the - current serial device will be used.