diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2009-01-02 12:19:47 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2009-01-26 10:40:42 +0100 |
commit | 91f33534728e6416d332ad2b53ad1d6fde57f7fc (patch) | |
tree | 91924446aa64b168f34d3ced0a5822b553114329 /include/configs/VOM405.h | |
parent | 89b8619aaeafc922ca0c3bb249872591050c8dcc (diff) |
ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
Either they define or undef it. Because it's not used in any source
files this patch removes any references to it.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/VOM405.h')
-rw-r--r-- | include/configs/VOM405.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/VOM405.h b/include/configs/VOM405.h index 90efc6d811d..db00c652ff2 100644 --- a/include/configs/VOM405.h +++ b/include/configs/VOM405.h @@ -121,7 +121,6 @@ #define CONFIG_SYS_MEMTEST_END 0x0C00000 /* 4 ... 12 MB in DRAM */ #undef CONFIG_SYS_EXT_SERIAL_CLOCK /* no external serial clock used */ -#define CONFIG_SYS_IGNORE_405_UART_ERRATA_59 /* ignore ppc405gp errata #59 */ #define CONFIG_SYS_BASE_BAUD 691200 #undef CONFIG_UART1_CONSOLE /* define for uart1 as console */ |