Re: [PATCH 09/26] ppc: qemu: Enable OF_CONTROL

2021-02-07 Thread Simon Glass
On Sun, 7 Feb 2021 at 08:12, Bin Meng wrote: > > The QEMU ppce500 machine generates a device tree blob and passes > it to U-Boot during boot. Let's enable OF_CONTROL with OF_BOARD > and provide board_fdt_blob_setup() in the board codes. > > Signed-off-by: Bin Meng > --- > > board/freescale/qemu-

[PATCH 09/26] ppc: qemu: Enable OF_CONTROL

2021-02-07 Thread Bin Meng
The QEMU ppce500 machine generates a device tree blob and passes it to U-Boot during boot. Let's enable OF_CONTROL with OF_BOARD and provide board_fdt_blob_setup() in the board codes. Signed-off-by: Bin Meng --- board/freescale/qemu-ppce500/qemu-ppce500.c | 10 ++ configs/qemu-ppce500_d