Re: [PATCH] arm: riscv: Remove additional ifdef from code guarded by CONFIG_IS_ENABLED

2022-07-15 Thread Michal Simek
On 7/7/22 10:47, Michal Simek wrote: CONFIG_OF_LIBFDT is used twice for guarding the same code. It is enough to do it once that's why remove additional ifdefs from arm and risc-v code. Fixes: 0c303f9a6628 ("image: Drop IMAGE_ENABLE_OF_LIBFDT") Signed-off-by: Michal Simek --- arch/arm/lib/

Re: [PATCH] arm: riscv: Remove additional ifdef from code guarded by CONFIG_IS_ENABLED

2022-07-11 Thread Rick Chen
ATCH] arm: riscv: Remove additional ifdef from code guarded by > CONFIG_IS_ENABLED > > CONFIG_OF_LIBFDT is used twice for guarding the same code. It is enough to do > it once that's why remove additional ifdefs from arm and risc-v code. > > Fixes: 0c303f9a6628 ("image: D

Re: [PATCH] arm: riscv: Remove additional ifdef from code guarded by CONFIG_IS_ENABLED

2022-07-07 Thread Tom Rini
On Thu, Jul 07, 2022 at 10:47:16AM +0200, Michal Simek wrote: > CONFIG_OF_LIBFDT is used twice for guarding the same code. It is enough to > do it once that's why remove additional ifdefs from arm and risc-v code. > > Fixes: 0c303f9a6628 ("image: Drop IMAGE_ENABLE_OF_LIBFDT") > Signed-off-by: Mic

[PATCH] arm: riscv: Remove additional ifdef from code guarded by CONFIG_IS_ENABLED

2022-07-07 Thread Michal Simek
CONFIG_OF_LIBFDT is used twice for guarding the same code. It is enough to do it once that's why remove additional ifdefs from arm and risc-v code. Fixes: 0c303f9a6628 ("image: Drop IMAGE_ENABLE_OF_LIBFDT") Signed-off-by: Michal Simek --- arch/arm/lib/bootm.c | 2 -- arch/riscv/lib/bootm.c |