Re: [PATCH] fdt: Fix TPL SEPARATE_BSS check when locating DTB

2022-04-23 Thread Tom Rini
On Sat, Apr 16, 2022 at 10:12:31AM +1000, Andrew Abbott wrote: > Commit 690af71850149bf242502f688eca80fb302d1f76 changed this condition > from an explicit > > IS_ENABLED(CONFIG_SPL_SEPARATE_BSS) > > to > > CONFIG_IS_ENABLED(SEPARATE_BSS) > > The documentation for CONFIG_IS_ENABLED() in include

[PATCH] fdt: Fix TPL SEPARATE_BSS check when locating DTB

2022-04-16 Thread Andrew Abbott
Commit 690af71850149bf242502f688eca80fb302d1f76 changed this condition from an explicit IS_ENABLED(CONFIG_SPL_SEPARATE_BSS) to CONFIG_IS_ENABLED(SEPARATE_BSS) The documentation for CONFIG_IS_ENABLED() in include/linux/kconfig.h implies that we will get the correct behaviour, but the actual beha