diff options
author | Holger Brunck | 2019-11-26 19:09:02 +0100 |
---|---|---|
committer | Priyanka Jain | 2019-12-23 14:06:47 +0530 |
commit | aeda123a2045b73377d97800f549d68d3b4be5e6 (patch) | |
tree | 9e125dc320db7bbe8415ad2ab7a919cb8eb9f0e2 /include/configs/kmtegr1.h | |
parent | 05577fa518e8785ee7db751a8ff74069fcec60ba (diff) |
board/km: remove CONFIG_KM_BOARD_NAME
We can use the existing CONFIG_SYS_CONFIG_NAME define for that and
remove the option. Also fix the boot string for all km83xx boards.
Signed-off-by: Holger Brunck <holger.brunck@ch.abb.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
CC: Priyanka Jain <priyanka.jain@nxp.com>
CC: Valentin Longchamp <valentin.longchamp@ch.abb.com>
Diffstat (limited to 'include/configs/kmtegr1.h')
-rw-r--r-- | include/configs/kmtegr1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/kmtegr1.h b/include/configs/kmtegr1.h index a441fca1218..bdd35cc7fb7 100644 --- a/include/configs/kmtegr1.h +++ b/include/configs/kmtegr1.h @@ -21,7 +21,6 @@ */ #define CONFIG_HOSTNAME "kmtegr1" -#define CONFIG_KM_BOARD_NAME "kmtegr1" #define CONFIG_KM_UBI_PARTITION_NAME_BOOT "ubi0" #define CONFIG_KM_UBI_PARTITION_NAME_APP "ubi1" |