diff options
author | Simon Glass <sjg@chromium.org> | 2020-11-05 06:32:18 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2020-11-06 10:26:32 +0800 |
commit | e4f8e543f1a905857a753a1d411997a81f4f52aa (patch) | |
tree | 602db8b33b49120a946f296c65d0a105eff863d9 /configs/r8a774a1_beacon_defconfig | |
parent | 839d66cdb518f5bd28d25b4b9bf3413711826945 (diff) | |
download | u-boot-e4f8e543f1a905857a753a1d411997a81f4f52aa.tar.gz |
smbios: Drop the unused Kconfig options
Now that we can use devicetree to specify this information, drop the old
CONFIG options.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/r8a774a1_beacon_defconfig')
-rw-r--r-- | configs/r8a774a1_beacon_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/r8a774a1_beacon_defconfig b/configs/r8a774a1_beacon_defconfig index 5d564d82c2..2f45edd92e 100644 --- a/configs/r8a774a1_beacon_defconfig +++ b/configs/r8a774a1_beacon_defconfig @@ -8,7 +8,6 @@ CONFIG_RCAR_GEN3=y CONFIG_TARGET_BEACON_RZG2M=y # CONFIG_SPL is not set CONFIG_DEFAULT_DEVICE_TREE="r8a774a1-beacon-rzg2m-kit" -CONFIG_SMBIOS_PRODUCT_NAME="" CONFIG_FIT=y CONFIG_SUPPORT_RAW_INITRD=y # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set @@ -64,4 +63,3 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_GENERIC=y CONFIG_USB_STORAGE=y CONFIG_OF_LIBFDT_OVERLAY=y -CONFIG_SMBIOS_MANUFACTURER="" |