[U-Boot] [PATCH 1/4] km/boards: fix typo for MAC address offset config option

Stefan Roese sr at denx.de
Tue Nov 26 13:20:42 UTC 2019


On 25.11.19 17:24, Holger Brunck wrote:
> This patch only fixes a typo.
> 
> Signed-off-by: Holger Brunck <holger.brunck at ch.abb.com>
> CC: Stefan Roese <sr at denx.de>
> CC: Valentin Longchamp <valentin.longchamp at ch.abb.com>

Reviewed-by: Stefan Roese <sr at denx.de>

Thanks,
Stefan

> ---
>   board/keymile/Kconfig       | 2 +-
>   board/keymile/common/ivm.c  | 6 +++---
>   configs/kmcoge5un_defconfig | 2 +-
>   configs/mgcoge3un_defconfig | 2 +-
>   4 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/board/keymile/Kconfig b/board/keymile/Kconfig
> index acaa9289f7..ba1960f3d0 100644
> --- a/board/keymile/Kconfig
> +++ b/board/keymile/Kconfig
> @@ -70,7 +70,7 @@ config KM_COMMON_ETH_INIT
>   	  Use the Ethernet initialization implemented in common code, which
>   	  detects if a Piggy board is present.
>   
> -config PIGGY_MAC_ADRESS_OFFSET
> +config PIGGY_MAC_ADDRESS_OFFSET
>   	int "Piggy Address Offset"
>   	default 0
>   	help
> diff --git a/board/keymile/common/ivm.c b/board/keymile/common/ivm.c
> index 50df44d1c1..429e9c7914 100644
> --- a/board/keymile/common/ivm.c
> +++ b/board/keymile/common/ivm.c
> @@ -309,16 +309,16 @@ static int ivm_populate_env(unsigned char *buf, int len)
>   
>   #ifndef CONFIG_KMTEGR1
>   	/* if an offset is defined, add it */
> -	process_mac(valbuf, page2, CONFIG_PIGGY_MAC_ADRESS_OFFSET, true);
> +	process_mac(valbuf, page2, CONFIG_PIGGY_MAC_ADDRESS_OFFSET, true);
>   	env_set((char *)"ethaddr", (char *)valbuf);
>   #else
>   /* KMTEGR1 has a special setup. eth0 has no connection to the outside and
>    * gets an locally administred MAC address, eth1 is the debug interface and
>    * gets the official MAC address from the IVM
>    */
> -	process_mac(valbuf, page2, CONFIG_PIGGY_MAC_ADRESS_OFFSET, false);
> +	process_mac(valbuf, page2, CONFIG_PIGGY_MAC_ADDRESS_OFFSET, false);
>   	env_set((char *)"ethaddr", (char *)valbuf);
> -	process_mac(valbuf, page2, CONFIG_PIGGY_MAC_ADRESS_OFFSET, true);
> +	process_mac(valbuf, page2, CONFIG_PIGGY_MAC_ADDRESS_OFFSET, true);
>   	env_set((char *)"eth1addr", (char *)valbuf);
>   #endif
>   
> diff --git a/configs/kmcoge5un_defconfig b/configs/kmcoge5un_defconfig
> index ff23af3060..f2c835029a 100644
> --- a/configs/kmcoge5un_defconfig
> +++ b/configs/kmcoge5un_defconfig
> @@ -4,7 +4,7 @@ CONFIG_ARCH_CPU_INIT=y
>   CONFIG_KIRKWOOD=y
>   CONFIG_SYS_TEXT_BASE=0x07d00000
>   CONFIG_TARGET_KM_KIRKWOOD=y
> -CONFIG_PIGGY_MAC_ADRESS_OFFSET=3
> +CONFIG_PIGGY_MAC_ADDRESS_OFFSET=3
>   CONFIG_KM_ENV_IS_IN_SPI_NOR=y
>   CONFIG_KM_PIGGY4_88E6352=y
>   CONFIG_ENV_SIZE=0x2000
> diff --git a/configs/mgcoge3un_defconfig b/configs/mgcoge3un_defconfig
> index cae6645832..24f6b4656c 100644
> --- a/configs/mgcoge3un_defconfig
> +++ b/configs/mgcoge3un_defconfig
> @@ -4,7 +4,7 @@ CONFIG_ARCH_CPU_INIT=y
>   CONFIG_KIRKWOOD=y
>   CONFIG_SYS_TEXT_BASE=0x07d00000
>   CONFIG_TARGET_KM_KIRKWOOD=y
> -CONFIG_PIGGY_MAC_ADRESS_OFFSET=3
> +CONFIG_PIGGY_MAC_ADDRESS_OFFSET=3
>   CONFIG_KM_PIGGY4_88E6061=y
>   CONFIG_ENV_SIZE=0x2000
>   CONFIG_ENV_OFFSET=0x0
> 

Viele Grüße,
Stefan

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de


More information about the U-Boot mailing list