]> git.baikalelectronics.ru Git - uboot.git/commit
fdt: sandbox: Avoid looking for an appended device tree
authorSimon Glass <sjg@chromium.org>
Mon, 28 Feb 2022 19:08:24 +0000 (12:08 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 6 Apr 2022 18:01:42 +0000 (14:01 -0400)
commite2c45649907f309791ce664456824372b544e695
tree7144eefe5cb0b86d8a894f93c1855e22e976b2b2
parent5064a35a96cd52352f182e3eba0b746c1fb7cbb1
fdt: sandbox: Avoid looking for an appended device tree

We don't use an appended tree for sandbox and the required symbols are
not present. Add a condition to avoid a build error.

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