From eeeb6f77841aa0febe52d3073cb5a41299d7abd4 Mon Sep 17 00:00:00 2001 From: fangye Date: Sat, 9 Jul 2022 16:54:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9SOC=5FCOMPANY=E4=B8=BA?= =?UTF-8?q?esp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangye Change-Id: I007f72d7e6bebee495016b5c6a146fe4b47dc2cb --- Kconfig.liteos_m.soc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Kconfig.liteos_m.soc b/Kconfig.liteos_m.soc index 6da41f6..613124b 100644 --- a/Kconfig.liteos_m.soc +++ b/Kconfig.liteos_m.soc @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) 2022 Hunan OpenValley Digital Industry Development Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -16,11 +16,11 @@ config SOC_COMPANY_ESPRESSIF if SOC_COMPANY_ESPRESSIF config SOC_COMPANY - default "espressif" + default "esp" choice prompt "ESPXX series SoC" rsource "*/Kconfig.liteos_m.soc" endchoice -endif # SOC_COMPANY_ESPRESSIF \ No newline at end of file +endif # SOC_COMPANY_ESPRESSIF