Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SPARC U-Boot Custodian Tree
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
U-Boot
Custodians
SPARC U-Boot Custodian Tree
Commits
25215ee2
Commit
25215ee2
authored
Dec 16, 2004
by
stroese
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OCRTC board update
parent
31193c2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
board/esd/ocrtc/Makefile
board/esd/ocrtc/Makefile
+1
-1
board/esd/ocrtc/ocrtc.c
board/esd/ocrtc/ocrtc.c
+8
-8
No files found.
board/esd/ocrtc/Makefile
View file @
25215ee2
...
...
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB
=
lib
$(BOARD)
.a
OBJS
=
$(BOARD)
.o flash.o cmd_ocrtc.o
OBJS
=
$(BOARD)
.o flash.o
../common/misc.o
cmd_ocrtc.o
$(LIB)
:
$(OBJS) $(SOBJS)
$(AR)
crv
$@
$(OBJS)
...
...
board/esd/ocrtc/ocrtc.c
View file @
25215ee2
...
...
@@ -27,7 +27,9 @@
#include <i2c.h>
#include <command.h>
/* ------------------------------------------------------------------------- */
extern
void
lxt971_no_sleep
(
void
);
int
board_early_init_f
(
void
)
{
...
...
@@ -61,8 +63,6 @@ int board_early_init_f (void)
}
/* ------------------------------------------------------------------------- */
int
misc_init_f
(
void
)
{
return
0
;
/* dummy implementation */
...
...
@@ -72,7 +72,6 @@ int misc_init_f (void)
/*
* Check Board Identity:
*/
int
checkboard
(
void
)
{
unsigned
char
str
[
64
];
...
...
@@ -93,10 +92,14 @@ int checkboard (void)
putc
(
'\n'
);
/*
* Disable sleep mode in LXT971
*/
lxt971_no_sleep
();
return
(
0
);
}
/* ------------------------------------------------------------------------- */
long
int
initdram
(
int
board_type
)
{
...
...
@@ -113,7 +116,6 @@ long int initdram (int board_type)
return
(
4
*
1024
*
1024
<<
((
val
&
0x000e0000
)
>>
17
));
}
/* ------------------------------------------------------------------------- */
int
testdram
(
void
)
{
...
...
@@ -122,5 +124,3 @@ int testdram (void)
return
(
0
);
}
/* ------------------------------------------------------------------------- */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment