mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
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:
parent
87b687ad9d
commit
44184c2aa8
3 changed files with 0 additions and 14 deletions
|
@ -8,7 +8,4 @@ config SYS_BOARD
|
|||
config SYS_BOARD_VERSION
|
||||
default 2
|
||||
|
||||
config BOARDNAME
|
||||
default "aristainetos2"
|
||||
|
||||
endif
|
||||
|
|
|
@ -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 &&
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue