File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ PLATFORM_FLAVOR ?= mx6ulevk
3
3
# Get SoC associated with the PLATFORM_FLAVOR
4
4
mx6ul-flavorlist = mx6ulevk
5
5
mx6ull-flavorlist = mx6ullevk
6
- mx6q-flavorlist = mx6qsabrelite mx6qsabresd mx6qhmbedge
6
+ mx6q-flavorlist = mx6qsabrelite mx6qsabresd mx6qhmbedge mx6qvab820
7
7
mx6sx-flavorlist = mx6sxsabreauto mx6sxudooneofull
8
8
mx6d-flavorlist = mx6dhmbedge
9
9
mx6dl-flavorlist = mx6dlsabresd mx6dlhmbedge
Original file line number Diff line number Diff line change 112
112
#else
113
113
114
114
/* Board specific console UART */
115
- #if defined(PLATFORM_FLAVOR_mx6qsabrelite )
115
+ #if defined(PLATFORM_FLAVOR_mx6qsabrelite ) || \
116
+ defined(PLATFORM_FLAVOR_mx6qvab820 )
116
117
#define CONSOLE_UART_BASE UART2_BASE
117
118
#endif
118
119
136
137
#endif
137
138
#if defined(PLATFORM_FLAVOR_mx6qsabrelite ) || \
138
139
defined(PLATFORM_FLAVOR_mx6qsabresd ) || \
139
- defined(PLATFORM_FLAVOR_mx6dlsabresd )
140
+ defined(PLATFORM_FLAVOR_mx6dlsabresd ) || \
141
+ defined(PLATFORM_FLAVOR_mx6qvab820 )
140
142
#define DRAM0_SIZE 0x40000000
141
143
#endif
142
144
#if defined(PLATFORM_FLAVOR_mx6dhmbedge ) || \
You can’t perform that action at this time.
0 commit comments