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
b7eaad81
Commit
b7eaad81
authored
Dec 16, 2004
by
stroese
Browse files
use same spacing for "NAND:" puts
parent
946c2185
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib_ppc/board.c
View file @
b7eaad81
...
...
@@ -966,7 +966,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
...
...
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