From: Peter Robinson Date: Tue, 14 May 2024 13:07:19 +0000 (+0100) Subject: Revert "arm: dts: bcm283x: Add minimal smbios information" X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=599422192ed7ad5460a4ac5e30683854eb0a137c;p=u-boot.git Revert "arm: dts: bcm283x: Add minimal smbios information" This reverts commit 33041972727e84d3f95e26c83322521f61827584. With the ability to generate this SMBIOS details autmotically the small amount of details that this patch provided are generated automatically so this is now obsolete so we can just drop it. Signed-off-by: Peter Robinson Acked-by: Ilias Apalodimas Acked-by: Matthias Brugger --- diff --git a/arch/arm/dts/bcm283x-u-boot.dtsi b/arch/arm/dts/bcm283x-u-boot.dtsi index 8c17c6f6a5..ec0f93dd85 100644 --- a/arch/arm/dts/bcm283x-u-boot.dtsi +++ b/arch/arm/dts/bcm283x-u-boot.dtsi @@ -6,25 +6,6 @@ * (C) Copyright 2016 Fabian Vogt */ -/ { - smbios { - compatible = "u-boot,sysinfo-smbios"; - smbios { - system { - manufacturer = "raspberrypi"; - product = "rpi"; - }; - baseboard { - manufacturer = "raspberrypi"; - product = "rpi"; - }; - chassis { - manufacturer = "raspberrypi"; - }; - }; - }; -}; - &uart0 { skip-init; bootph-all;