Blame view

board/embedian/embedian/smarcimx8mq/Kconfig 156 Bytes
f5822d322   Eric Lee   U-Boot imx-v2018....
1
2
3
4
5
6
7
8
9
10
11
12
  if TARGET_SMARCIMX8MQ
  
  config SYS_BOARD
  	default "smarcimx8mq"
  
  config SYS_VENDOR
  	default "embedian"
  
  config SYS_CONFIG_NAME
  	default "smarcimx8mq"
  
  endif