[U-Boot] possible typo in beagle identification?

at the risk of embarrassing myself yet again, am i misreading the macro that defines and tests for a beagle board?
$ grep -rw CONFIG.*OMAP3.*BEAGLE * include/configs/omap3_beagle.h:#define CONFIG_OMAP3_BEAGLE 1 /* working with BEAGLE */ include/asm-arm/mach-types.h:#ifdef CONFIG_MACH_OMAP3_BEAGLE $
in short, the config file defines CONFIG_OMAP3_BEAGLE, while the mach-types.h file *tests* for CONFIG_MACH_OMAP3_BEAGLE. how exactly does that work? the more i read, the confuseder i get.
rday --
======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca Twitter: http://twitter.com/rpjday ========================================================================
participants (1)
-
Robert P. J. Day