To have an in-tree user for the barebox environment binding, let's switch over the sandbox DT to use it. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- arch/sandbox/dts/sandbox.dts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts index cf47513c76fe..ec00301d0980 100644 --- a/arch/sandbox/dts/sandbox.dts +++ b/arch/sandbox/dts/sandbox.dts @@ -12,13 +12,6 @@ aliases { state = &state; }; - chosen { - environment { - compatible = "barebox,environment"; - device-path = &part_env; - }; - }; - memory { device_type = "memory"; reg = <0 0 0 0>; @@ -132,6 +125,7 @@ reboot_mode: reboot-mode@1 { }; part_env: env@400 { + compatible = "barebox,environment"; reg = <0x400 0x800>; label = "env"; }; -- 2.39.5