[U-Boot] [PATCH] rockchip: configs: fix typo in BOOT_TARGET_DEVICES
Klaus Goger
klaus.goger at theobroma-systems.com
Fri Oct 6 08:11:20 UTC 2017
dchp should be dhcp. fixed copy-paste versions too.
Signed-off-by: Klaus Goger <klaus.goger at theobroma-systems.com>
---
include/configs/rockchip-common.h | 4 ++--
include/configs/tinker_rk3288.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h
index b3986c28af..2d190a964a 100644
--- a/include/configs/rockchip-common.h
+++ b/include/configs/rockchip-common.h
@@ -18,13 +18,13 @@
func(MMC, mmc, 1) \
func(USB, usb, 0) \
func(PXE, pxe, na) \
- func(DHCP, dchp, na)
+ func(DHCP, dhcp, na)
#else
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 0) \
func(MMC, mmc, 1) \
func(PXE, pxe, na) \
- func(DHCP, dchp, na)
+ func(DHCP, dhcp, na)
#endif
#define CONFIG_RANDOM_UUID
diff --git a/include/configs/tinker_rk3288.h b/include/configs/tinker_rk3288.h
index 58eea3c405..15f5fc538a 100644
--- a/include/configs/tinker_rk3288.h
+++ b/include/configs/tinker_rk3288.h
@@ -16,7 +16,7 @@
func(MMC, mmc, 1) \
func(USB, usb, 0) \
func(PXE, pxe, na) \
- func(DHCP, dchp, na)
+ func(DHCP, dhcp, na)
#define CONFIG_SYS_MMC_ENV_DEV 1
--
2.11.0
More information about the U-Boot
mailing list