Skip to content
Commit 0daeadbb authored by Bernhard Messerklinger's avatar Bernhard Messerklinger Committed by Tom Rini
Browse files

include: configs: brppt1: Fix commit 0ea4fc4d



Commit 0ea4fc4d ("board/BuR: invalidate ${dtbaddr} before cfgscr")
destroys the boot targets b_t30lgcy#0 and b_t30lgcy#1. The reason behind
this is, that b_t30lgcy#0 and b_t30lgcy#1 both load the for booting
needed device trees from mmc and the cfgscr script patches those. Because
of this, cfgscr is not allowed to destroy the previously loaded device
tree otherwise cfgscr will fail.
This patch moves the device trees invalidation on warm restart to the
PREBOOT cmd to fix that issue.

Fixes: 0ea4fc4d ("board/BuR: invalidate ${dtbaddr} before cfgscr")
Signed-off-by: default avatarBernhard Messerklinger <bernhard.messerklinger@br-automation.com>
Reviewed-by: default avatarWolfgang Wallner <wolfgang.wallner@br-automation.com>
parent febd82c4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment