Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vesta
u-boot-2015.04
Commits
d860c34f
Commit
d860c34f
authored
18 years ago
by
Markus Klotzbuecher
Committed by
Markus Klotzbuecher
18 years ago
Browse files
Options
Downloads
Patches
Plain Diff
cosmetic: print amount of NAND flash aligned with the other values such as
DRAM
parent
7c93b244
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib_arm/board.c
+1
-1
1 addition, 1 deletion
lib_arm/board.c
lib_m68k/board.c
+1
-1
1 addition, 1 deletion
lib_m68k/board.c
with
2 additions
and
2 deletions
lib_arm/board.c
+
1
−
1
View file @
d860c34f
...
...
@@ -297,7 +297,7 @@ void start_armboot (void)
mem_malloc_init
(
_armboot_start
-
CFG_MALLOC_LEN
);
#if (CONFIG_COMMANDS & CFG_CMD_NAND)
puts
(
"NAND:"
);
puts
(
"NAND:
"
);
nand_init
();
/* go init the NAND */
#endif
...
...
This diff is collapsed.
Click to expand it.
lib_m68k/board.c
+
1
−
1
View file @
d860c34f
...
...
@@ -631,7 +631,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
#if (CONFIG_COMMANDS & CFG_CMD_NAND)
WATCHDOG_RESET
();
puts
(
"NAND:"
);
puts
(
"NAND:
"
);
nand_init
();
/* go init the NAND */
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment