u-boot-brain/board/aristainetos/common/Kconfig
Heiko Schocher 3cf02f5ffa imx6: remove not longer supported aristainetos boards
Removed aristainetos2, 2b, 2b-csl. This boards have been
recalled and destroyed.

Adapt board code to remove stuff not needed anymore.

Fix checkpatch warning, remove fdt_high and initrd_high
from default environment.

Signed-off-by: Heiko Schocher <hs@denx.de>
zu remove
2020-12-06 15:06:16 +01:00

33 lines
482 B
Plaintext

config SYS_BOARD_VERSION
int "select version of aristainetos board"
help
version of aristainetos board version
5 version 2c and 2d
config SYS_I2C_MXC_I2C1
default y
config SYS_I2C_MXC_I2C2
default y
config SYS_I2C_MXC_I2C3
default y
config SYS_I2C_MXC_I2C4
default y
config SYS_MALLOC_LEN
default 0x4000000
config ENV_SIZE
default 0x3000
config ENV_SECT_SIZE
default 0x10000
config ENV_OFFSET
default 0xd0000
config SYS_CONFIG_NAME
default "aristainetos2"