[uClinux-dev] machine_arch_type in head-nommu.S?
Erwin Authried
eauth at softsys.co.at
Thu Jan 11 15:30:45 EST 2007
Am Donnerstag, den 11.01.2007, 10:42 -0800 schrieb Brandon Fosdick:
> BTW, it appears that CONFIG_MACH_XXXX isn't being defined anywhere.
> Presumably I'm missing a config item somehere, but grep'ing for a few of
> the constants in asm/mach-types.h doesn't turn up any of them.
>
The CONFIG_MACH_XXX are from the kernel configuration, you can find a
lot of MACH_XXX variables in arch/arm/mach-*/Kconfig.
In the machine type table, there should be a ARCH_XXX or a MACH_XXX
entry to "fine select" a specific machine/board for a given
architecture. In either case, there should be a kernel config variable
with the same name. Obviously, this wasn't always done this way.
Regards,
Erwin
More information about the uClinux-dev
mailing list