mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
3882e6fc01
move defines, which are already moved to Kconfig out of board config. Signed-off-by: Heiko Schocher <hs@denx.de>
38 lines
572 B
Text
38 lines
572 B
Text
config BOARDNAME
|
|
string "name of the board"
|
|
help
|
|
set the name of the board.
|
|
|
|
config SYS_BOARD_VERSION
|
|
int "select version of aristainetos board"
|
|
help
|
|
version of aristainetos board version
|
|
2 version 2
|
|
3 version 2b
|
|
|
|
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"
|