summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <[email protected]>2025-04-15 11:54:55 +0300
committerSvyatoslav Ryhel <[email protected]>2025-05-08 08:31:12 +0300
commit94b395cc2db0160a079b208d9cc49485f2b943b1 (patch)
treeab7f4790a3927a39157de27e844d019f88958867 /include
parent24e578cbac78d7d09ec2bb9b3049a0eec456e626 (diff)
ARM: tegra: add PRAM Kconfig option
Wrap CFG_PRAM with Kconfig option. Signed-off-by: Svyatoslav Ryhel <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tegra.h4
1 files changed, 4 insertions, 0 deletions
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 */