>From: Mike Frysinger [mailto:[email protected]] > >On Mon, Dec 7, 2009 at 09:37, <[email protected]> wrote: >> Modified: trunk/arch/blackfin/mach-bf527/boards/ezkit.c (7945 => 7946) >> >> -const char bfin_board_name[] = "ADI BF527-EZKIT"; >> +#ifdef CONFIG_BFIN527_EZKIT_V2 >> +const char bfin_board_name[] = "ADI BF527-EZKIT V2"; >> +#else >> +const char bfin_board_name[] = "ADI BF537-STAMP"; >> +#endif > >oops ... > >so the V2 board really just needs a defconfig ? >-mike
The major differences are: -Display -ADP5520 Keypad + LED -AD7879 touch screen digitizer These can be expressed by different CONFIG options - There might be more - not yet done all testing. -Michael _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
