projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
17e42b3
)
s5pc110 EVT number signature: show the operator priority more clearly.
author
MyungJoo Ham
<MyungJoo.Ham@samsung.com>
Fri, 19 Mar 2010 07:35:12 +0000
(16:35 +0900)
committer
MyungJoo Ham
<MyungJoo.Ham@samsung.com>
Fri, 19 Mar 2010 07:35:12 +0000
(16:35 +0900)
board/samsung/universal/universal.c
patch
|
blob
|
history
diff --git
a/board/samsung/universal/universal.c
b/board/samsung/universal/universal.c
index
7c1cf49
..
6ddf1ec
100644
(file)
--- a/
board/samsung/universal/universal.c
+++ b/
board/samsung/universal/universal.c
@@
-692,7
+692,7
@@
static void show_hw_revision(void)
}
if (cpu_is_s5pc110())
}
if (cpu_is_s5pc110())
- writel(0xc1100000 |
0xffff & s5pc1xx_get_cpu_rev(
),
+ writel(0xc1100000 |
(0xffff & s5pc1xx_get_cpu_rev()
),
S5PC110_INFORM3);
empty_device_info_buffer();
S5PC110_INFORM3);
empty_device_info_buffer();