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 2bb12fce755f39d4982a55b479163de2be52aa7f..6700f517f100dee26de08c46561ecf1deca13ce3 100644 (file)
@@ -8,7 +8,4 @@ config SYS_BOARD
 config SYS_BOARD_VERSION
        default 2
 
-config BOARDNAME
-       default "aristainetos2"
-
 endif
index edaec5ee876bc83a2f7f57953bc0d97408d580b9..846a99804a6c9fc65d380440d451aa3aa79bb710 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 16c13258891d98d030b926f10ecd4a1a19c34a09..8f2561415bef2ac61bcd3d3f9e4e0ab08cf78c65 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