diff --git a/buildroot-external/board/ova/barebox-state.dtb b/buildroot-external/board/ova/barebox-state.dtb index c7b58aa05..0092edb11 100644 Binary files a/buildroot-external/board/ova/barebox-state.dtb and b/buildroot-external/board/ova/barebox-state.dtb differ diff --git a/buildroot-external/board/ova/barebox-state.dts b/buildroot-external/board/ova/barebox-state.dts index b9f720c0b..27aa43a91 100644 --- a/buildroot-external/board/ova/barebox-state.dts +++ b/buildroot-external/board/ova/barebox-state.dts @@ -4,20 +4,15 @@ #size-cells = <1>; aliases { - state = &state_sd; + state = &state; }; - backend_state_sd: bootstate@0x111000 { - reg = <0x111000 0x418>; - label = "state-sd"; - }; - - state_sd: state_memory { + state: state { magic = <0xef784236>; compatible = "barebox,state"; backend-type = "raw"; - backend = <&backend_state_sd>; - backend-stridesize = <1024>; + backend = <&backend_state>; + backend-stridesize = <4096>; bootstate { #address-cells = <1>; @@ -57,5 +52,16 @@ }; }; }; + + partitions { + #address-cells = <1>; + #size-cells = <1>; + compatible = "fixed-partitions"; + + backend_state: state { + partuuid = "19652333-327f-ff4d-8002-3390b62c309d"; + + }; + }; };