Skip to content

Commit

Permalink
imx8x: Better use of U-Boot env variable for boot
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schwyn <[email protected]>
  • Loading branch information
dasch8 committed Mar 18, 2020
1 parent be0eeda commit 78cf89d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/imx8x/aux-bf-boot/boot.cmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bootefi 0x90000000
bootefi $loadaddr
Binary file modified tools/imx8x/aux-bf-boot/boot.scr
Binary file not shown.
6 changes: 3 additions & 3 deletions tools/imx8x/aux-bf-boot/uuu.auto
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

0 comments on commit 78cf89d

Please sign in to comment.