]> git.ipfire.org Git - thirdparty/u-boot.git/commit
fdt: Correct condition for SEPARATE_BSS
authorSimon Glass <sjg@chromium.org>
Mon, 28 Feb 2022 19:08:23 +0000 (12:08 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 6 Apr 2022 18:01:42 +0000 (14:01 -0400)
commit690af71850149bf242502f688eca80fb302d1f76
treec1743c1f6ea8ee541f10cc8cb2c32ad6ee822f77
parent99aca9efe10c005189b47160d178d18f14301c7e
fdt: Correct condition for SEPARATE_BSS

This may have different settings for SPL and TPL. Correct the condition.

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