mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
31b1e17f44
Add support for the Colibri iMX6ULL module which comes with on-board raw NAND. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
29 lines
410 B
Text
29 lines
410 B
Text
if TARGET_COLIBRI_IMX6ULL
|
|
|
|
config SYS_BOARD
|
|
default "colibri-imx6ull"
|
|
|
|
config SYS_VENDOR
|
|
default "toradex"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "colibri-imx6ull"
|
|
|
|
config TDX_CFG_BLOCK
|
|
default y
|
|
|
|
config TDX_HAVE_NAND
|
|
default y
|
|
|
|
config TDX_CFG_BLOCK_OFFSET
|
|
default "2048"
|
|
|
|
config TDX_CFG_BLOCK_OFFSET2
|
|
default "133120"
|
|
|
|
config TDX_CFG_BLOCK_2ND_ETHADDR
|
|
default y
|
|
|
|
source "board/toradex/common/Kconfig"
|
|
|
|
endif
|