On Wed, 11 Jan 2017 12:35:52 +0000 Julian Brown <[email protected]> wrote:
> I'm a little confused, I think -- these changes seemed to be necessary > to allow the parsing of the command-line syntax you suggested earlier > (-mcpu=foo,cfgend=bar): > [...] > Can the existing properties be set like that via the command line? Aha! The answer was yes, but only currently for the "virt" board (which we haven't been using for aarch32, and only supports a few recent CPU types at present). I'm less confused now! (The string-splitting code in arm_cpu_class_by_name is still dubious though, IMO.) Cheers, Julian
