CONFIG_BOARDNAME is not longer needed, as we use
the model information from DTS.
Signed-off-by: Heiko Schocher <hs@denx.de>
config SYS_BOARD_VERSION
default 2
-config BOARDNAME
- default "aristainetos2"
-
endif
return 0;
}
-int checkboard(void)
-{
- printf("Board: %s\n", CONFIG_BOARDNAME);
- return 0;
-}
-
int board_fit_config_name_match(const char *name)
{
if (gd->board_type == BOARD_TYPE_4 &&
-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