From 43e02c57cfa871b43f3fcb8258c9a3e7207f968d Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 21 Mar 2019 11:24:55 +0900 Subject: treewide: surround Kconfig file paths with double quotes Based on Linux commit 8636a1f9677db4f883f29a072f401303acfc2edd This will be needed when you sync Kconfig with Linux 5.0 or later. Signed-off-by: Masahiro Yamada Signed-off-by: Sascha Hauer --- common/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/Kconfig b/common/Kconfig index 43b657019f..76b6dd5b47 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -762,13 +762,13 @@ config PBL_CONSOLE must be running at the address it's linked at and bss must be cleared. On ARM that would be after setup_c(). -source common/ratp/Kconfig +source "common/ratp/Kconfig" config PARTITION bool prompt "Enable Partitions" -source common/partitions/Kconfig +source "common/partitions/Kconfig" config ENV_HANDLING select CRC32 -- cgit v1.2.3