On Thu, Nov 5, 2020 at 9:36 PM Simon Glass <[email protected]> wrote: > > Now that we can use devicetree to specify this information, drop the old > CONFIG options. > > Signed-off-by: Simon Glass <[email protected]> > --- > > (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 | 2 -- > configs/mt7622_rfb_defconfig | 1 - > configs/mvebu_db_armada8k_defconfig | 2 -- > configs/r8a774a1_beacon_defconfig | 2 -- > configs/r8a77970_eagle_defconfig | 2 -- > configs/r8a77980_condor_defconfig | 2 -- > configs/r8a77990_ebisu_defconfig | 2 -- > configs/r8a77995_draak_defconfig | 2 -- > configs/rcar3_salvator-x_defconfig | 2 -- > configs/rcar3_ulcb_defconfig | 2 -- > lib/Kconfig | 16 ---------- > lib/smbios.c | 46 ++++++++--------------------- > 12 files changed, 13 insertions(+), 68 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>

