mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
Add support for TQM862L modules
This commit is contained in:
parent
60fbe25424
commit
d126bfbdbd
12 changed files with 525 additions and 45 deletions
|
@ -75,7 +75,8 @@ typedef void (interrupt_handler_t)(void *);
|
|||
|
||||
/* enable common handling for all TQM8xxL boards */
|
||||
#if defined(CONFIG_TQM823L) || defined(CONFIG_TQM850L) || \
|
||||
defined(CONFIG_TQM855L) || defined(CONFIG_TQM860L)
|
||||
defined(CONFIG_TQM855L) || defined(CONFIG_TQM860L) || \
|
||||
defined(CONFIG_TQM862L)
|
||||
# ifndef CONFIG_TQM8xxL
|
||||
# define CONFIG_TQM8xxL
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue