vbe: sandbox: Drop VBE node in chosen
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:21 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:39 +0000 (18:11 -0500)
This is not needed anymore since VBE creates the node when it sets up the
OS requests. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/sandbox.dtsi

index afe598a..18bf1cb 100644 (file)
 
        chosen {
                stdout-path = "/serial";
-
-               fwupd {
-                       compatible = "simple-bus";
-                       firmware {
-                               compatible = "fwupd,vbe-simple";
-                               cur-version = "1.2.3";
-                               bootloader-version = "2022.01";
-                               storage = "mmc1";
-                               area-start = <0x0>;
-                               area-size = <0x1000000>;
-                               skip-offset = <0x8000>;
-                       };
-               };
        };
 
        alarm_wdt: alarm-wdt {