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
e7d5dd49
Commit
e7d5dd49
authored
May 22, 2017
by
David Mondou
Browse files
Fixed failed boot from rootfs
parent
b096e513
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/configs/vesta.h
View file @
e7d5dd49
...
...
@@ -309,8 +309,8 @@
"boot_count_good=mmc read $loadaddr 0x7ff 1; run boot_chk_kernel; run boot_chk_fs\0" \
"boot_chk_fs=if itest.b *$loadaddr_1 -eq 31; then setenv rootfs ${alt_rootfs}; fi\0" \
"boot_chk_kernel=if itest.b *$loadaddr -eq 31; then setenv mmcpart ${alt_kernel_location}; fi;\0" \
"boot_chk_fs_prev=if itest.b *$loadaddr_
2
-eq 31; then setenv rootfs ${alt_rootfs}; fi\0" \
"boot_chk_kernel_prev=if itest.b *loadaddr_
3
-eq 31; then setenv mmcpart ${alt_kernel_location}; fi;"
"boot_chk_fs_prev=if itest.b *$loadaddr_
3
-eq 31; then setenv rootfs ${alt_rootfs}; fi\0" \
"boot_chk_kernel_prev=if itest.b *loadaddr_
2
-eq 31; then setenv mmcpart ${alt_kernel_location}; fi;"
#else
#define CONFIG_BOOTCOMMAND \
"run boot_counter; run spiboot;\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