diff options
author | Holger Brunck <holger.brunck@ch.abb.com> | 2019-11-26 19:09:01 +0100 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2019-12-23 14:06:47 +0530 |
commit | 05577fa518e8785ee7db751a8ff74069fcec60ba (patch) | |
tree | 95bfea1f08d291d115db63bf81ed8586b33b60cf /include/configs/kmeter1.h | |
parent | 4d4880086a413194a6fbeae0992f3ebf855ec878 (diff) | |
download | u-boot-05577fa518e8785ee7db751a8ff74069fcec60ba.zip u-boot-05577fa518e8785ee7db751a8ff74069fcec60ba.tar.gz u-boot-05577fa518e8785ee7db751a8ff74069fcec60ba.tar.bz2 |
ppc/km: convert KM_DEF_NETDEV to Kconfig
Remove this from the board header files and move it to Kconfig. Also use
the correct default address for kmtegr1.
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/kmeter1.h')
-rw-r--r-- | include/configs/kmeter1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/kmeter1.h b/include/configs/kmeter1.h index bfa7ca2..7d85a02 100644 --- a/include/configs/kmeter1.h +++ b/include/configs/kmeter1.h @@ -10,7 +10,6 @@ #define CONFIG_HOSTNAME "kmeter1" #define CONFIG_KM_BOARD_NAME "kmeter1" -#define CONFIG_KM_DEF_NETDEV "netdev=eth2\0" /* include common defines/options for all Keymile boards */ #include "km/keymile-common.h" |