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/csb472.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/csb472.h')
-rw-r--r-- | include/configs/csb472.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/csb472.h b/include/configs/csb472.h index 2e30e696406..a33efde9fe2 100644 --- a/include/configs/csb472.h +++ b/include/configs/csb472.h @@ -161,7 +161,6 @@ * */ #undef CONFIG_SYS_EXT_SERIAL_CLOCK /* use internal serial clock */ -#undef CONFIG_SYS_IGNORE_405_UART_ERRATA_59 /* ignore ppc405gp errata #59 */ #define CONFIG_SYS_BASE_BAUD 691200 #define CONFIG_BAUDRATE 38400 /* Default baud rate */ #define CONFIG_SYS_BAUDRATE_TABLE \ |