On 6 January 2012 18:37, Igor Mitsyanko <i.mitsya...@gmail.com> wrote: > On 01/06/2012 12:02 AM, Mark Langsdorf wrote: >> + if (!cpu_model) { >> + cpu_model = "cortex-a9"; >> + } > > > Google said there is only cortexA9-based Highbank SoC version, maybe you > should just hardcode cpu model?
This is just boilerplate code for any random ARM board at the moment: it defaults the CPU but lets the user override. We should either make a decision to do something else for all boards, or follow the usual convention here; I'm happy to do the latter. -- PMM