X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2FREADME.serial_multi;h=c9049fd01d667af497967af665b6fc8f54da790e;hb=2902997b8ba8220d5ab4bb0909a10e60ecdd73e4;hp=ad61d4261b66a00564c741db0176ca51ecece408;hpb=f82642e33899766892499b163e60560fbbf87773;p=oweals%2Fu-boot.git diff --git a/doc/README.serial_multi b/doc/README.serial_multi index ad61d4261b..c9049fd01d 100644 --- a/doc/README.serial_multi +++ b/doc/README.serial_multi @@ -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.