From 91f33534728e6416d332ad2b53ad1d6fde57f7fc Mon Sep 17 00:00:00 2001 From: Matthias Fuchs Date: Fri, 2 Jan 2009 12:19:47 +0100 Subject: 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 Signed-off-by: Stefan Roese --- include/configs/csb272.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/csb272.h') diff --git a/include/configs/csb272.h b/include/configs/csb272.h index 874f2c0b3..5d3b09aa3 100644 --- a/include/configs/csb272.h +++ b/include/configs/csb272.h @@ -162,7 +162,6 @@ * */ #define CONFIG_SYS_EXT_SERIAL_CLOCK 3868400 /* use external serial clock */ -#undef CONFIG_SYS_IGNORE_405_UART_ERRATA_59 /* ignore ppc405gp errata #59 */ #undef CONFIG_SYS_BASE_BAUD #define CONFIG_BAUDRATE 38400 /* Default baud rate */ #define CONFIG_SYS_BAUDRATE_TABLE \ -- cgit v1.2.3