Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
20aacbf0
Commit
20aacbf0
authored
Dec 16, 2004
by
stroese
Browse files
CPCIISER4 board update
parent
7acd6c21
Changes
2
Hide whitespace changes
Inline
Side-by-side
board/esd/cpciiser4/Makefile
View file @
20aacbf0
...
...
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB
=
lib
$(BOARD)
.a
OBJS
=
$(BOARD)
.o flash.o
OBJS
=
$(BOARD)
.o flash.o
../common/misc.o
$(LIB)
:
$(OBJS) $(SOBJS)
$(AR)
crv
$@
$(OBJS)
...
...
board/esd/cpciiser4/cpciiser4.c
View file @
20aacbf0
...
...
@@ -29,6 +29,7 @@
/*cmd_boot.c*/
extern
int
do_reset
(
cmd_tbl_t
*
cmdtp
,
int
flag
,
int
argc
,
char
*
argv
[]);
extern
void
lxt971_no_sleep
(
void
);
/* ------------------------------------------------------------------------- */
...
...
@@ -157,13 +158,12 @@ int checkboard (void)
puts
(
"Board: "
);
if
(
!
i
||
strncmp
(
str
,
"CPCIISER4"
,
9
))
{
puts
(
"### No HW ID - assuming CPCIISER4
\n
"
);
return
(
0
);
if
(
i
==
-
1
)
{
puts
(
"### No HW ID - assuming AR405"
);
}
else
{
puts
(
str
);
}
puts
(
str
);
puts
(
"
\n
FPGA: "
);
/* display infos on fpgaimage */
...
...
@@ -176,6 +176,11 @@ int checkboard (void)
putc
(
'\n'
);
/*
* Disable sleep mode in LXT971
*/
lxt971_no_sleep
();
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