]> git.baikalelectronics.ru Git - uboot.git/commit
fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()
authorSimon Glass <sjg@chromium.org>
Thu, 14 Jan 2021 03:29:49 +0000 (20:29 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 27 Jan 2021 22:03:16 +0000 (17:03 -0500)
commit5da06ac017f2c4961db55880f39d7e3e0b197bfe
tree03d16bb2f4189adc041241931662cb850889ebba
parente53ddfd6e256817aac44f3a55c79cf37fa84e7e7
fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()

This setting may be different in SPL and TPL. Update the code to check
the correct setting.

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