]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Revert "arm: dts: bcm283x: Add minimal smbios information"
authorPeter Robinson <pbrobinson@gmail.com>
Tue, 14 May 2024 13:07:19 +0000 (14:07 +0100)
committerPeter Robinson <pbrobinson@gmail.com>
Fri, 12 Jul 2024 10:22:50 +0000 (11:22 +0100)
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 <pbrobinson@gmail.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Acked-by: Matthias Brugger <mbrugger@suse.com>
arch/arm/dts/bcm283x-u-boot.dtsi

index 8c17c6f6a523435db41409f8f93a6f0359f247db..ec0f93dd8507e433098cb2ce61423a49f66bad21 100644 (file)
@@ -6,25 +6,6 @@
  * (C) Copyright 2016 Fabian Vogt <fvogt@suse.com>
  */
 
-/ {
-       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;