diff options
author | Stefan Roese <sr@denx.de> | 2010-09-21 10:24:36 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2010-09-23 09:02:05 +0200 |
commit | e3c78c9b3c6a984934f98d3d622618edaa149fbd (patch) | |
tree | 289a153d11f6156810326b03c68ade54393ebdd4 /README | |
parent | 550650ddd0fde00f245bc3da72d7272844198394 (diff) |
ppc4xx: Remove now unused CONFIG_UART1_CONSOLE
CONFIG_UART1_CONSOLE was a PPC4xx specific implementation and is now
removed since the move from the 4xx UART driver to the common NS16550
UART driver. Let's remove all references to this define now.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -544,13 +544,6 @@ The following options need to be configured: Leave undefined to disable this feature, including disable the buffer and hardware handshake. -- Console UART Number: - CONFIG_UART1_CONSOLE - - AMCC PPC4xx only. - If defined internal UART1 (and not UART0) is used - as default U-Boot console. - - Boot Delay: CONFIG_BOOTDELAY - in seconds Delay before automatically booting the default image; set to -1 to disable autoboot. |