Re: [PATCH 1/2] powerpc: mpc8xx: drop CONFIG_SYS_RESET_ADDRESS

2022-02-10 Thread Tom Rini
On Mon, Jan 31, 2022 at 09:20:21AM +0200, Ovidiu Panait wrote: > There are no boards that define CONFIG_SYS_RESET_ADDRESS, so drop the > associated mpc8xx code that checks for it. > > Signed-off-by: Ovidiu Panait > Reviewed-by: Stefan Roese > Acked-by: Christophe Leroy Applied to u-boot/maste

Re: [PATCH 1/2] powerpc: mpc8xx: drop CONFIG_SYS_RESET_ADDRESS

2022-01-31 Thread Christophe Leroy
Le 31/01/2022 à 08:20, Ovidiu Panait a écrit : > There are no boards that define CONFIG_SYS_RESET_ADDRESS, so drop the > associated mpc8xx code that checks for it. > > Signed-off-by: Ovidiu Panait Acked-by: Christophe Leroy > --- > > arch/powerpc/cpu/mpc8xx/cpu.c | 11 ++- > scri

Re: [PATCH 1/2] powerpc: mpc8xx: drop CONFIG_SYS_RESET_ADDRESS

2022-01-31 Thread Stefan Roese
On 1/31/22 08:20, Ovidiu Panait wrote: There are no boards that define CONFIG_SYS_RESET_ADDRESS, so drop the associated mpc8xx code that checks for it. Signed-off-by: Ovidiu Panait Reviewed-by: Stefan Roese Thanks, Stefan --- arch/powerpc/cpu/mpc8xx/cpu.c | 11 ++- scripts/con

[PATCH 1/2] powerpc: mpc8xx: drop CONFIG_SYS_RESET_ADDRESS

2022-01-30 Thread Ovidiu Panait
There are no boards that define CONFIG_SYS_RESET_ADDRESS, so drop the associated mpc8xx code that checks for it. Signed-off-by: Ovidiu Panait --- arch/powerpc/cpu/mpc8xx/cpu.c | 11 ++- scripts/config_whitelist.txt | 1 - 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a