Re: [v2 08/15] powerpc: Move CONFIG_BPTR_VIRT_ADDR out of CONFIG namespace

2022-03-18 Thread Tom Rini
On Fri, Mar 11, 2022 at 09:12:03AM -0500, Tom Rini wrote: > This is only used in one file, and is never overridden. Move this out > of CONFIG namespace. > > Signed-off-by: Tom Rini Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[v2 08/15] powerpc: Move CONFIG_BPTR_VIRT_ADDR out of CONFIG namespace

2022-03-11 Thread Tom Rini
This is only used in one file, and is never overridden. Move this out of CONFIG namespace. Signed-off-by: Tom Rini --- arch/powerpc/cpu/mpc85xx/mp.c | 6 +++--- arch/powerpc/include/asm/config.h | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/arch/powerpc/cpu/mpc85x