Re: qoriq: Problem with u-boot compilation (dual arch issue)

2022-10-07 Thread Torsten Duwe
On Wed, 5 Oct 2022 16:13:30 +0200 Paweł Dembicki wrote: > Hi everybody, > > I am preparing support for the T4240RDB board. But I'm stuck with one problem: > > Qoriq target is powerpc64. But T4240RDB in u-boot is supported as > mpc85xx family and requires a 32-bit compiler. > > I tried setting

Re: qoriq: Problem with u-boot compilation (dual arch issue)

2022-10-06 Thread Michael Richardson
Paweł Dembicki wrote: > I am preparing support for the T4240RDB board. But I'm stuck with one > problem: > Qoriq target is powerpc64. But T4240RDB in u-boot is supported as > mpc85xx family and requires a 32-bit compiler. Seems like you might need to just use two build trees.

qoriq: Problem with u-boot compilation (dual arch issue)

2022-10-05 Thread Paweł Dembicki
Hi everybody, I am preparing support for the T4240RDB board. But I'm stuck with one problem: Qoriq target is powerpc64. But T4240RDB in u-boot is supported as mpc85xx family and requires a 32-bit compiler. I tried setting OpenWrt config: EXTRA_TARGET_ARCH to y and EXTRA_TARGET_ARCH_NAME to pow