From 94b395cc2db0160a079b208d9cc49485f2b943b1 Mon Sep 17 00:00:00 2001 From: Svyatoslav Ryhel Date: Tue, 15 Apr 2025 11:54:55 +0300 Subject: ARM: tegra: add PRAM Kconfig option Wrap CFG_PRAM with Kconfig option. Signed-off-by: Svyatoslav Ryhel --- include/configs/tegra.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/configs/tegra.h b/include/configs/tegra.h index 77bc38930d2..5db3129fade 100644 --- a/include/configs/tegra.h +++ b/include/configs/tegra.h @@ -29,6 +29,10 @@ #include "tegra210-common.h" #endif +#ifdef CONFIG_TEGRA_PRAM + #define CFG_PRAM CONFIG_TEGRA_PRAM_SIZE +#endif + #include "tegra-common-post.h" #endif /* __CONFIG_H */ -- cgit v1.3.1