summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 */