
2 Aug
2022
2 Aug
'22
2:41 p.m.
On Tue, 2 Aug 2022 at 05:35, Tom Rini trini@konsulko.com wrote:
This converts the following to Kconfig: CONFIG_SYS_FDT_PAD
Signed-off-by: Tom Rini trini@konsulko.com
boot/image-fdt.c | 4 ---- include/configs/P2041RDB.h | 1 - include/configs/T102xRDB.h | 2 -- include/configs/T104xRDB.h | 2 -- include/configs/T208xQDS.h | 2 -- include/configs/T208xRDB.h | 2 -- include/configs/T4240RDB.h | 2 -- include/configs/corenet_ds.h | 1 - include/configs/kmcent2.h | 2 -- include/configs/ls1043a_common.h | 2 -- include/configs/ls1046a_common.h | 1 - lib/Kconfig | 10 ++++++++++ 12 files changed, 10 insertions(+), 21 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org