Re: [PATCH 1/8] powerpc: mpc85xx: Fix CONFIG_OF_SEPARATE support

2022-04-08 Thread Pali Rohár
On Tuesday 05 April 2022 15:12:30 Pali Rohár wrote: > Currently CONFIG_OF_SEPARATE is completely broken and U-Boot for some > mpc85xx board (e.g. P2020) has to be compiled with CONFIG_OF_EMBED. > Otherwise it crashes during early init. > > When debug console is enabled and all debug logging option

[PATCH 1/8] powerpc: mpc85xx: Fix CONFIG_OF_SEPARATE support

2022-04-05 Thread Pali Rohár
Currently CONFIG_OF_SEPARATE is completely broken and U-Boot for some mpc85xx board (e.g. P2020) has to be compiled with CONFIG_OF_EMBED. Otherwise it crashes during early init. When debug console is enabled and all debug logging options are turned on then U-Boot on P2020 with CONFIG_OF_SEPARATE p