mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 14:25:56 +00:00
nitrogen6x: update video console name
After migration to DM 'vga' name is not longer supported, Update the upgrade script to use 'vidconsole' instead. Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: Troy Kisky <troy.kisky@boundarydevices.com> Acked-by: Troy Kisky <troy.kisky@boundarydevices.com>
This commit is contained in:
parent
59d078b2c6
commit
ffd955c488
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
setenv stdout serial,vga
|
setenv stdout serial,vidconsole
|
||||||
echo "check U-Boot" ;
|
echo "check U-Boot" ;
|
||||||
setenv offset 0x400
|
setenv offset 0x400
|
||||||
if ${fs}load ${dtype} ${disk}:1 12000000 u-boot.imx || ${fs}load ${dtype} ${disk}:1 12000000 u-boot.nopadding ; then
|
if ${fs}load ${dtype} ${disk}:1 12000000 u-boot.imx || ${fs}load ${dtype} ${disk}:1 12000000 u-boot.nopadding ; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue