[U-Boot] possible typo in beagle identification?
Robert P. J. Day
rpjday at crashcourse.ca
Fri Nov 20 17:07:00 CET 2009
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
========================================================================
More information about the U-Boot
mailing list