From ed6957302f5efd23805577eab122a1c8377e7722 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 10 Apr 2017 16:22:53 +0800 Subject: [PATCH] =?UTF-8?q?Kconfig:=20fix=20=E2=80=9Csymbol=20value=20''?= =?UTF-8?q?=20invalid=20for=20PHY=5FDATA=5FOFFSET=E2=80=9D=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PHY_DATA_OFFSET is only used if ESP32_PHY_INIT_DATA_IN_PARTITION is set --- components/partition_table/Kconfig.projbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/components/partition_table/Kconfig.projbuild b/components/partition_table/Kconfig.projbuild index 36e435ba2f..5a12512d56 100644 --- a/components/partition_table/Kconfig.projbuild +++ b/components/partition_table/Kconfig.projbuild @@ -57,6 +57,7 @@ config APP_OFFSET default 0x10000 # this is the factory app offset used by the default tables config PHY_DATA_OFFSET + depends on ESP32_PHY_INIT_DATA_IN_PARTITION hex default PARTITION_TABLE_CUSTOM_PHY_DATA_OFFSET if PARTITION_TABLE_CUSTOM default 0xf000 # this is the factory app offset used by the default tables