mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
POST: Fix merge problem
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
429d9571f6
commit
4ce846ec59
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue