On 8/20/20 2:11 AM, Eduardo Habkost wrote: > The PL110 enum value name will conflict with the PL110 type cast > checker, when we replace the existing macro with an inline > function. Add a VERSION_ prefix to all pl110_version enum > values, to avoid conflicts. > > Signed-off-by: Eduardo Habkost <[email protected]> > --- > Changes v1 -> v2: > * Fixed typo on commit message > * Rename all enum values to VERSION_* (Philippe Mathieu-Daudé) > > --- > Cc: Peter Maydell <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > hw/display/pl110.c | 22 +++++++++++----------- > 1 file changed, 11 insertions(+), 11 deletions(-) >
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
