summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2012-01-17 18:22:25 +0530
committerGerrit <chrome-bot@google.com>2012-02-07 01:40:03 -0800
commit37899c6c8e3752678cfeca10ebbb81fb53e46660 (patch)
treee522047c6faec3d21979e445c95d2c0450cc8ec6 /include
parent1b03c8b7da716dfd88f6b8d157798044254ddea1 (diff)
arm: Tegra3: Add initrd ATAG support to all Tegra3
Helps kernel developers using kernels with custom ramdisk images. Some developers who would like to work with upstream kernel specifically requested for this feature, since it helps them during early development days. BUG=chromium-os:23496 TEST=build and boot on Cardhu, Waluigi Change-Id: I698da421bf924a5c86229a80c0a25021d3e6f046 Signed-off-by: Tom Warren <twarren@nvidia.com> Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: https://gerrit.chromium.org/gerrit/14475 Reviewed-by: Simon Glass <sjg@chromium.org> Commit-Ready: Che-Liang Chiou <clchiou@chromium.org> Reviewed-by: Che-Liang Chiou <clchiou@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tegra3-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/tegra3-common.h b/include/configs/tegra3-common.h
index 69d6dfde5c..abd60bbacd 100644
--- a/include/configs/tegra3-common.h
+++ b/include/configs/tegra3-common.h
@@ -125,4 +125,6 @@
#define CONFIG_SYS_TEXT_BASE 0x80E08000
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
+#define CONFIG_INITRD_TAG /* enable initrd ATAG */
+
#endif /* __TEGRA3_COMMON_H */