Skip to content

Commit

Permalink
[FIO temphack] bsp: u-boot: imx6ulevk: disable applying overlay
Browse files Browse the repository at this point in the history
An overlay prepared by OP-TEE enables PSCI interface in kernel. It leads
to stuck the kernel boot.

Temporarily disable applying the overlay to let kernel boot.

Signed-off-by: Oleksandr Suvorov <[email protected]>
  • Loading branch information
MrCry0 committed Oct 23, 2022
1 parent b78c035 commit 6bccb37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ setenv bootpart 1
setenv rootpart 2

setenv fdt_addr 85800000
setenv optee_ovl_addr 0x86000000
setenv optee_ovl_addr
setenv fit_addr ${loadaddr}

# Boot firmware updates
Expand Down

0 comments on commit 6bccb37

Please sign in to comment.