Skip to content
Snippets Groups Projects
Commit 4ce846ec authored by Stefan Roese's avatar Stefan Roese
Browse files

POST: Fix merge problem


Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 429d9571
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment