Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vesta
u-boot-2015.04
Commits
add820cf
Commit
add820cf
authored
Apr 03, 2017
by
David Mondou
Browse files
Added emmc boot support
parent
3e50b713
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/configs/vesta.h
View file @
add820cf
...
...
@@ -286,8 +286,14 @@
"kernel_addr=0x210000\0" \
"kernel_fs=0x200000\0" \
#define CONFIG_BOOTCOMMAND \
"run boot_counter; run spiboot;"
#if defined CONFIG_VESTA_100 || CONFIG_VESTA_200
#define CONFIG_BOOTCOMMAND \
"run boot_counter; run loadimage; run mmcboot;"
#else
#define CONFIG_BOOTCOMMAND \
"run boot_counter; run spiboot;"
#endif
#endif
/* Miscellaneous configurable options */
...
...
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