* Jason <lzg@xxxxxxxxxxxx> [100505 19:09]: > > A question about board version. Is it good to do a hardware check to find > out hardware version? > Like function static void __init omap3_evm_get_revision(void) in > board-omap3evm.c Sure, that's the best option. Some boards are also using the system_rev, which contains the ATAG_REVISION passed from the bootloader. But then you depend on the bootloader to pass it.. So hardare detection early on is the most flexible way of doing this. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html