Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vesta
u-boot-2015.04
Commits
4ce846ec
Commit
4ce846ec
authored
17 years ago
by
Stefan Roese
Browse files
Options
Downloads
Patches
Plain Diff
POST: Fix merge problem
Signed-off-by:
Stefan Roese
<
sr@denx.de
>
parent
429d9571
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
post/cpu/ppc4xx/uart.c
+1
-4
1 addition, 4 deletions
post/cpu/ppc4xx/uart.c
with
1 addition
and
4 deletions
post/cpu/ppc4xx/uart.c
+
1
−
4
View file @
4ce846ec
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment