From: Stefan Roese Date: Tue, 14 Aug 2007 13:12:01 +0000 (+0200) Subject: POST: Fix merge problem X-Git-Tag: v2008.10-rc1~906^2~3^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ce846ec59f36b85d6644a769690ad3feb667575;p=platform%2Fkernel%2Fu-boot.git POST: Fix merge problem Signed-off-by: Stefan Roese --- diff --git a/post/cpu/ppc4xx/uart.c b/post/cpu/ppc4xx/uart.c index 5f14967..7c3ed40 100644 --- a/post/cpu/ppc4xx/uart.c +++ b/post/cpu/ppc4xx/uart.c @@ -137,7 +137,7 @@ DECLARE_GLOBAL_DATA_PTR; -<<<<<<< master +#if defined(CONFIG_440) #if !defined(CFG_EXT_SERIAL_CLOCK) static void serial_divs (int baudrate, unsigned long *pudiv, unsigned short *pbdiv) @@ -181,9 +181,6 @@ static void serial_divs (int baudrate, unsigned long *pudiv, } #endif -======= -#if defined(CONFIG_440) ->>>>>>> zeus static int uart_post_init (unsigned long dev_base) { unsigned long reg;