mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 07:16:59 +00:00
MX51: vision2: add MACH_TYPE in config file
Add the MACH type to the configuration file. Maybe the board will be not pushed into linux ML, but it remains compatible with older kernels. Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
ae27cdc648
commit
1cf820f195
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@
|
|||
#define CONFIG_INITRD_TAG
|
||||
#define CONFIG_BOARD_LATE_INIT
|
||||
|
||||
#ifndef MACH_TYPE_TTC_VISION2
|
||||
#define MACH_TYPE_TTC_VISION2 2775
|
||||
#endif
|
||||
#define CONFIG_MACH_TYPE MACH_TYPE_TTC_VISION2
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue