Re: [PATCH] powerpc/8xx: select CPM1 for MPC8XXFADS

2021-06-02 Thread Tom Rix
On 6/2/21 12:44 AM, Christophe Leroy wrote: Le 01/06/2021 à 19:53, t...@redhat.com a écrit : From: Tom Rix With MPC8XXFADS, there is this linker error ppc64-linux-ld: m8xx_setup.o: in function `cpm_cascade': m8xx_setup.c: undefined reference to `cpm_get_irq' It looks like this config ite

Re: [PATCH] powerpc/8xx: select CPM1 for MPC8XXFADS

2021-06-02 Thread Christophe Leroy
Le 01/06/2021 à 19:53, t...@redhat.com a écrit : From: Tom Rix With MPC8XXFADS, there is this linker error ppc64-linux-ld: m8xx_setup.o: in function `cpm_cascade': m8xx_setup.c: undefined reference to `cpm_get_irq' It looks like this config item is stale, it doesn't build any board support

[PATCH] powerpc/8xx: select CPM1 for MPC8XXFADS

2021-06-01 Thread trix
From: Tom Rix With MPC8XXFADS, there is this linker error ppc64-linux-ld: m8xx_setup.o: in function `cpm_cascade': m8xx_setup.c: undefined reference to `cpm_get_irq' cpm_get_irq() is conditionally complied by CPM1 So add a select, like the other plaforms Signed-off-by: Tom Rix --- arch/powerp