-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imx8x: Better use of U-Boot env variable for boot
Signed-off-by: Daniel Schwyn <[email protected]>
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
bootefi 0x90000000 | ||
bootefi $loadaddr |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
uuu_version 1.2.91 | ||
|
||
CFG: FB: -vid 0x0525 -pid 0x4026 | ||
FB: ucmd setenv fastboot_buffer 0x82e00000 | ||
FB: ucmd setenv fastboot_buffer $scriptaddr | ||
FB: download -f boot.scr | ||
FB: ucmd setenv fastboot_buffer 0x90000000 | ||
FB: ucmd setenv fastboot_buffer $loadaddr | ||
FB: download -f image.efi | ||
FB: acmd source 0x82e00000 | ||
FB: acmd source $scriptaddr | ||
FB: done |