imx6: aristainetos: get rid of CONFIG_BOARDNAME

CONFIG_BOARDNAME is not longer needed, as we use
the model information from DTS.

Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
Heiko Schocher 2019-12-01 11:23:22 +01:00 committed by Stefano Babic
parent 87b687ad9d
commit 44184c2aa8
3 changed files with 0 additions and 14 deletions

View file

@ -8,7 +8,4 @@ config SYS_BOARD
config SYS_BOARD_VERSION
default 2
config BOARDNAME
default "aristainetos2"
endif

View file

@ -509,12 +509,6 @@ int board_init(void)
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 &&

View file

@ -1,8 +1,3 @@
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