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 /configs/kmcoge5un_defconfig | |
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 'configs/kmcoge5un_defconfig')
-rw-r--r-- | configs/kmcoge5un_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/kmcoge5un_defconfig b/configs/kmcoge5un_defconfig index a1be25c58d..80a7555b54 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 |