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/kmp204x.h | |
parent | 4d4880086a413194a6fbeae0992f3ebf855ec878 (diff) |
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/kmp204x.h')
-rw-r--r-- | include/configs/kmp204x.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/kmp204x.h b/include/configs/kmp204x.h index 771d0248f7..9c17044b9b 100644 --- a/include/configs/kmp204x.h +++ b/include/configs/kmp204x.h @@ -17,8 +17,6 @@ #define CONFIG_KMP204X -#define CONFIG_KM_DEF_NETDEV "netdev=eth0\0" - /* an additionnal option is required for UBI as subpage access is * supported in u-boot */ |