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 ======================================================================== _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot