imx6: aristainetos: get rid of CONFIG_BOARDNAME
authorHeiko Schocher <hs@denx.de>
Sun, 1 Dec 2019 10:23:22 +0000 (11:23 +0100)
committerStefano Babic <sbabic@denx.de>
Tue, 7 Jan 2020 09:26:55 +0000 (10:26 +0100)
CONFIG_BOARDNAME is not longer needed, as we use
the model information from DTS.

Signed-off-by: Heiko Schocher <hs@denx.de>
board/aristainetos/Kconfig
board/aristainetos/aristainetos.c
board/aristainetos/common/Kconfig

index 2bb12fc..6700f51 100644 (file)
@@ -8,7 +8,4 @@ config SYS_BOARD
 config SYS_BOARD_VERSION
        default 2
 
-config BOARDNAME
-       default "aristainetos2"
-
 endif
index edaec5e..846a998 100644 (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 &&
index 16c1325..8f25614 100644 (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