Re: [PATCH 09/10] hw/ppc/mac.h: Move PROM and KERNEL defines to board code

2022-09-25 Thread Mark Cave-Ayland
On 17/09/2022 00:07, BALATON Zoltan wrote: The PROM_FILENAME and KERNEL_* defines are used by mac_oldworld and mac_newworld but they don't have to be identical so these could be moved to the individual boards. The NVRAM_SIZE define is not used so it can be dropped. This further reduces the mac.h

Re: [PATCH 09/10] hw/ppc/mac.h: Move PROM and KERNEL defines to board code

2022-09-17 Thread Philippe Mathieu-Daudé via
On 17/9/22 01:07, BALATON Zoltan wrote: The PROM_FILENAME and KERNEL_* defines are used by mac_oldworld and mac_newworld but they don't have to be identical so these could be moved to the individual boards. The NVRAM_SIZE define is not used so it can be dropped. This further reduces the mac.h hea