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
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
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