]> git.baikalelectronics.ru Git - uboot.git/commit
fdt: Drop CONFIG_SPL_BUILD check in fdtdec_setup()
authorSimon Glass <sjg@chromium.org>
Fri, 17 Dec 2021 03:59:26 +0000 (20:59 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 23 Dec 2021 15:24:39 +0000 (10:24 -0500)
commite16d4419727f8c7f58ba27d559e96cacdee4baa9
tree33b98e5fde0c09a388da06f8734af0c158763fd8
parent592430e36535a11337186d1a902614ad50b0e0f8
fdt: Drop CONFIG_SPL_BUILD check in fdtdec_setup()

Move this to the header file to clean up the C code.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/fdtdec.h
lib/fdtdec.c