Re: [PATCH v6 14/14] smbios: Drop the unused Kconfig options

2020-11-05 Thread Bin Meng
On Thu, Nov 5, 2020 at 9:36 PM Simon Glass wrote: > > Now that we can use devicetree to specify this information, drop the old > CONFIG options. > > Signed-off-by: Simon Glass > --- > > (no changes since v5) > > Changes in v5: > - Rename smbios_add_prop_default() to smbios_add_prop() > > Changes

[PATCH v6 14/14] smbios: Drop the unused Kconfig options

2020-11-05 Thread Simon Glass
Now that we can use devicetree to specify this information, drop the old CONFIG options. Signed-off-by: Simon Glass --- (no changes since v5) Changes in v5: - Rename smbios_add_prop_default() to smbios_add_prop() Changes in v3: - Add onto the sysinfo binding configs/clearfog_gt_8k_defconfig