mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-05 19:24:48 +00:00
beagle: fix termination of buddy env setting
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
This commit is contained in:
parent
fff1a57208
commit
847b83d02d
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@
|
||||||
"bootfile=uImage.beagle\0" \
|
"bootfile=uImage.beagle\0" \
|
||||||
"console=ttyO2,115200n8\0" \
|
"console=ttyO2,115200n8\0" \
|
||||||
"mpurate=auto\0" \
|
"mpurate=auto\0" \
|
||||||
"buddy=none "\
|
"buddy=none\0" \
|
||||||
"optargs=\0" \
|
"optargs=\0" \
|
||||||
"camera=none\0" \
|
"camera=none\0" \
|
||||||
"vram=12M\0" \
|
"vram=12M\0" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue