From 3d64e9753123e1606757dd4526b5eda66a2186ed Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Thu, 9 Nov 2023 09:31:21 +0000 Subject: [PATCH] prod: rename config TEGRA_PROD_ENABLE to TEGRA_PROD_LEGACY To support the new method of the prod implementation, rename the older config TEGRA_PROD_ENABLE to TEGRA_PROD_LEGACY for differentating with new implementation. Bug 3389584 Change-Id: I3ae0f3f32b4fdfa05ce352963cb0dcdbea489ec2 Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3013910 Reviewed-by: Krishna Yarlagadda GVS: Gerrit_Virtual_Submit --- include/linux/tegra-oot-prod.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/tegra-oot-prod.h b/include/linux/tegra-oot-prod.h index de0021c5..19b7ec17 100644 --- a/include/linux/tegra-oot-prod.h +++ b/include/linux/tegra-oot-prod.h @@ -9,7 +9,7 @@ #include #if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 16, 0) -#ifdef CONFIG_TEGRA_PROD_ENABLE +#ifdef CONFIG_TEGRA_PROD_LEGACY #include #include #else @@ -17,7 +17,7 @@ #include #endif #else /* LINUX_VERSION_CODE */ -#ifdef CONFIG_TEGRA_PROD_ENABLE +#ifdef CONFIG_TEGRA_PROD_LEGACY #include #else #include