mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
16c7369ede
The Kontron pitx-imx8m is an NXP i.MX8MQ based board in the pITX form factor. Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
6 lines
87 B
C
6 lines
87 B
C
#ifndef __PITX_MISC_H
|
|
#define __PITX_MISC_H
|
|
|
|
int get_pitx_board_variant(void);
|
|
|
|
#endif
|