> -----Original Message----- > From: Stephen Hemminger <[email protected]> > Sent: Friday, December 8, 2023 4:12 AM > To: Joyce Kong <[email protected]> > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; Honnappa > Nagarahalli <[email protected]> > Subject: [EXT] Re: [PATCH v4 2/2] config/arm: use common cpu arch for cross > files > > External Email > > ---------------------------------------------------------------------- > On Tue, 5 Dec 2023 03:52:59 +0000 > Joyce Kong <[email protected]> wrote: > > > The cpu info in some cross files is inconsistent with > > that in SoC flags. The mismatch doesn't cause any issue > > because the cpu field in the cross file takes no effect > > and machine_args in config/arm/meson.build actually works. > > Use a common one in cross files to remove any confusion. > > > > Reported-by: Honnappa Nagarahalli <[email protected]> > > Signed-off-by: Joyce Kong <[email protected]> > > Reviewed-by: Ruifeng Wang <[email protected]> > > Good to see consolidation instead of copy/paste. > > Acked-by: Stephen Hemminger <[email protected]> Tested-by: Pavan Nikhilesh <[email protected]>

