projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59d078b
)
nitrogen6x: update video console name
author
Anatolij Gustschin
<agust@denx.de>
Tue, 26 May 2020 10:03:21 +0000
(12:03 +0200)
committer
Anatolij Gustschin
<agust@denx.de>
Thu, 18 Jun 2020 17:25:05 +0000
(19:25 +0200)
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>
board/boundary/nitrogen6x/6x_upgrade.txt
patch
|
blob
|
history
diff --git
a/board/boundary/nitrogen6x/6x_upgrade.txt
b/board/boundary/nitrogen6x/6x_upgrade.txt
index 1a62bbf12ef3a06e1ddea0b2ade16d8af6b980e4..cd3c33e4071d6a5dcd1825ca2f79730ab5148bc7 100644
(file)
--- a/
board/boundary/nitrogen6x/6x_upgrade.txt
+++ b/
board/boundary/nitrogen6x/6x_upgrade.txt
@@
-1,4
+1,4
@@
-setenv stdout serial,v
ga
+setenv stdout serial,v
idconsole
echo "check U-Boot" ;
setenv offset 0x400
if ${fs}load ${dtype} ${disk}:1 12000000 u-boot.imx || ${fs}load ${dtype} ${disk}:1 12000000 u-boot.nopadding ; then