mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
c12737cea0
Add board specific imx config file with recommended IPU Qos settings and adapted DDR configuration. Signed-off-by: Soeren Moch <smoch@web.de>
18 lines
223 B
Text
18 lines
223 B
Text
if TARGET_TBS2910
|
|
|
|
config SYS_BOARD
|
|
default "tbs2910"
|
|
|
|
config SYS_VENDOR
|
|
default "tbs"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "tbs2910"
|
|
|
|
config MX6Q
|
|
default y
|
|
|
|
config IMX_CONFIG
|
|
default "board/tbs/tbs2910/tbs2910.cfg"
|
|
|
|
endif
|