Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sami Nurmenniemi
u-boot-stm32
Commits
4b579f2c
Commit
4b579f2c
authored
Nov 18, 2011
by
Alexander Potashev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RT73025. ea-lpc1788: fix board full name
Make clear that `CONFIG_SYS_BOARD_REV_STR` is the revision number.
parent
8305c823
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
board/nxp/ea-lpc1788/board.c
board/nxp/ea-lpc1788/board.c
+1
-1
No files found.
board/nxp/ea-lpc1788/board.c
View file @
4b579f2c
...
@@ -78,7 +78,7 @@ int board_init(void)
...
@@ -78,7 +78,7 @@ int board_init(void)
*/
*/
int
checkboard
(
void
)
int
checkboard
(
void
)
{
{
printf
(
"Board: EA-LPC1788
board
%s
\n
"
,
printf
(
"Board: EA-LPC1788
rev
%s
\n
"
,
CONFIG_SYS_BOARD_REV_STR
);
CONFIG_SYS_BOARD_REV_STR
);
return
0
;
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