diff options
author | Holger Brunck <holger.brunck@ch.abb.com> | 2019-11-25 17:24:13 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-10 10:25:13 -0500 |
commit | 58e1fdb051c469049d8ed8b31f229470de4d0562 (patch) | |
tree | f62b2a1ec299480b34d817017e6225f7c1ea0a38 /board/keymile/Kconfig | |
parent | 36b8b5d3adf7f8de6e5692c21b23a980da50884c (diff) | |
download | u-boot-58e1fdb051c469049d8ed8b31f229470de4d0562.tar.gz u-boot-58e1fdb051c469049d8ed8b31f229470de4d0562.tar.bz2 u-boot-58e1fdb051c469049d8ed8b31f229470de4d0562.zip |
km/boards: fix typo for MAC address offset config option
This patch only fixes a typo.
Signed-off-by: Holger Brunck <holger.brunck@ch.abb.com>
CC: Stefan Roese <sr@denx.de>
CC: Valentin Longchamp <valentin.longchamp@ch.abb.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/keymile/Kconfig')
-rw-r--r-- | board/keymile/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/keymile/Kconfig b/board/keymile/Kconfig index 5f512d56da..634dbbe097 100644 --- a/board/keymile/Kconfig +++ b/board/keymile/Kconfig @@ -76,7 +76,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 |