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
9dc285d6
Commit
9dc285d6
authored
May 22, 2017
by
David Mondou
Browse files
Added panic to emmc kernel cmd line
parent
79075e78
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/configs/vesta.h
View file @
9dc285d6
...
...
@@ -251,7 +251,7 @@
"mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
"mmcpart=" CONFIG_KERNEL_LOCATION "\0" \
"mmcautodetect=yes\0" \
"mmcargs=setenv bootargs console=${console},${baudrate} board_type=${board_type} " \
"mmcargs=setenv bootargs console=${console},${baudrate} board_type=${board_type}
panic=5
" \
CONFIG_BOOTARGS_CMA_SIZE \
"${rootfs}\0" \
"loadbootscript=" \
...
...
@@ -287,7 +287,7 @@
"bootz; " \
"fi;\0" \
"spiboot=run spi_load; run spi_args; bootz ${loadaddr} - ${fdt_addr};\0" \
"spi_args=setenv bootargs console=${console},${baudrate} ${rootfs} board_type=${board_type} panic=5
;
\0" \
"spi_args=setenv bootargs console=${console},${baudrate} ${rootfs} board_type=${board_type} panic=5\0" \
"spi_load=sf read ${loadaddr} ${kernel_location} 0x700000; sf read ${fdt_addr} ${fdt_location} 0x10000;\0" \
"loadaddr_1=0x80800001\0" \
"kernel_location="CONFIG_KERNEL_LOCATION"\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