On Fri, Oct 21, 2011 at 03:40:21PM +0530, Bedia, Vaibhav wrote:
I had registered a new mach-id for Texas Instruments' AM335X processor
http://www.arm.linux.org.uk/developer/machines/list.php?id=3589
I had given the machine name as " TI AM335 EVM", the machine type as
"am335xevm" and the directory suffix as "omap".
The type macro (machine_is_am335xevm()) and the Kconfig macro
(CONFIG_MACH_AM335XEVM) are correct. But the machine type variable for
this is showing up as incorrect.
Instead of MACH_TYPE_AM335XEVM it is shown as MACH_TYPE_AM355XEVM.
^^ ^^
No idea - it is generated by a script and I'd be very surprised if the
script knew enough about this stuff to perturb it in that way.
Since the machine type variable is auto-generated can you please tell
me what could have gone wrong and how to fix it?
I've just fixed it.