On 10 October 2015 at 03:56, Peter Crosthwaite <crosthwaitepe...@gmail.com> wrote: > ARM uses dashes instead of underscores for machine names. Fix imx25_pdk > which has not seen a release yet (so there is no legacy yet). > > Cc: Jean-Christophe Dubois <j...@tribudubois.net> > Signed-off-by: Peter Crosthwaite <crosthwaite.pe...@gmail.com> > --- > hw/arm/imx25_pdk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/arm/imx25_pdk.c b/hw/arm/imx25_pdk.c > index 4250114..59a4c11 100644 > --- a/hw/arm/imx25_pdk.c > +++ b/hw/arm/imx25_pdk.c > @@ -151,4 +151,4 @@ static void imx25_pdk_machine_init(MachineClass *mc) > mc->init = imx25_pdk_init; > } > > -DEFINE_MACHINE("imx25_pdk", imx25_pdk_machine_init) > +DEFINE_MACHINE("imx25-pdk", imx25_pdk_machine_init) > -- > 1.9.1 >
Applied to target-arm.next, thanks. -- PMM