summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-01-17 20:47:21 +0300
committerTom Rini <trini@konsulko.com>2023-01-24 02:11:39 +0300
commit9445d7a95395885a059519d300a803208516a0e8 (patch)
tree01058f9ac032c06ccfcc78343b505bcc69154a9b /arch
parentf1779f2cc3b91ccf2ebb1ec7fcd703c3a3d20cef (diff)
downloadu-boot-9445d7a95395885a059519d300a803208516a0e8.tar.xz
vbe: sandbox: Drop VBE node in chosen
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/sandbox/dts/sandbox.dtsi13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/sandbox/dts/sandbox.dtsi b/arch/sandbox/dts/sandbox.dtsi
index afe598a4f5..18bf1cb5b6 100644
--- a/arch/sandbox/dts/sandbox.dtsi
+++ b/arch/sandbox/dts/sandbox.dtsi
@@ -12,19 +12,6 @@
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 {