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
ab379df3
Commit
ab379df3
authored
Dec 16, 2004
by
stroese
Browse files
DU405 board update
parent
f2dfe44f
Changes
2
Hide whitespace changes
Inline
Side-by-side
board/esd/du405/Makefile
View file @
ab379df3
...
...
@@ -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/du405/du405.c
View file @
ab379df3
...
...
@@ -31,8 +31,8 @@
/*cmd_boot.c*/
extern
int
do_reset
(
cmd_tbl_t
*
cmdtp
,
int
flag
,
int
argc
,
char
*
argv
[]);
extern
void
lxt971_no_sleep
(
void
);
/* ------------------------------------------------------------------------- */
#if 0
#define FPGA_DEBUG
...
...
@@ -141,12 +141,9 @@ int board_early_init_f (void)
}
/* ------------------------------------------------------------------------- */
/*
* Check Board Identity:
*/
int
checkboard
(
void
)
{
int
index
;
...
...
@@ -180,17 +177,20 @@ int checkboard (void)
*
(
volatile
unsigned
char
*
)
FPGA_MODE_REG
=
0xff
;
/* reset high active */
*
(
volatile
unsigned
char
*
)
FPGA_MODE_REG
=
0x00
;
/* low again */
/*
* Disable sleep mode in LXT971
*/
lxt971_no_sleep
();
return
0
;
}
/* ------------------------------------------------------------------------- */
long
int
initdram
(
int
board_type
)
{
return
(
16
*
1024
*
1024
);
}
/* ------------------------------------------------------------------------- */
int
testdram
(
void
)
{
...
...
@@ -199,5 +199,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