summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-ath79
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2018-03-01 19:39:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-03-02 08:37:57 +0100
commitbdc824c9b88ad66a9ae39ae659f43aefa6b0ffc2 (patch)
tree89811ee40949f570d39991df9743bfe9c5f289d4 /arch/mips/mach-ath79
parent676c254127ee98287f98d835956b857fcf624ab0 (diff)
downloadbarebox-bdc824c9b88ad66a9ae39ae659f43aefa6b0ffc2.tar.gz
barebox-bdc824c9b88ad66a9ae39ae659f43aefa6b0ffc2.tar.xz
MIPS: ath79: fix different typos
the CONFIG typos was not real issue. The defconfig typo i detected only after clean compile. I hope we can migrate barebox MIPS to multiimage soon. Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/mach-ath79')
-rw-r--r--arch/mips/mach-ath79/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/mach-ath79/Kconfig b/arch/mips/mach-ath79/Kconfig
index 3434e38eda..e4e10a2f65 100644
--- a/arch/mips/mach-ath79/Kconfig
+++ b/arch/mips/mach-ath79/Kconfig
@@ -13,7 +13,7 @@ config SOC_QCA_AR9344
choice
prompt "Board type"
-config BOARC_8DEVICES_LIMA
+config BOARD_8DEVICES_LIMA
bool "8devices LIMA"
select SOC_QCA_QCA4531
select HAVE_PBL_IMAGE
@@ -21,7 +21,7 @@ config BOARC_8DEVICES_LIMA
select HAS_NMON
select HAS_NO_BOARD_HL_CODE
-config BOARC_DPTECHNICS_DPT_MODULE
+config BOARD_DPTECHNICS_DPT_MODULE
bool "DPTechnics DPT-Module"
select SOC_QCA_AR9331
select HAVE_PBL_IMAGE