diff options
author | Nicolas Chauvet <kwizart@gmail.com> | 2014-08-21 22:53:32 +0200 |
---|---|---|
committer | Nicolas Chauvet <kwizart@gmail.com> | 2014-08-21 23:27:48 +0200 |
commit | 0b33b6198cff7ed57b32742a0d0d84d5cf0bb311 (patch) | |
tree | 6b59626fb945605c51c0c4fa0f6d10f8f1d2f995 /0002-Enable-FIT-in-tegra20.patch | |
parent | da68700f35155f6d7b682c710427657ede39bd7d (diff) | |
download | uboot-tools-2014.07-fc20.tar.gz uboot-tools-2014.07-fc20.tar.xz uboot-tools-2014.07-fc20.zip |
Add patches for FIT/ATAG2014.07-fc20
Diffstat (limited to '0002-Enable-FIT-in-tegra20.patch')
-rw-r--r-- | 0002-Enable-FIT-in-tegra20.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/0002-Enable-FIT-in-tegra20.patch b/0002-Enable-FIT-in-tegra20.patch new file mode 100644 index 0000000..dc8bc5f --- /dev/null +++ b/0002-Enable-FIT-in-tegra20.patch @@ -0,0 +1,26 @@ +From 4630d3f7afd5fb42a2cefd3de6fb07c07741d1bd Mon Sep 17 00:00:00 2001 +From: Nicolas Chauvet <kwizart@gmail.com> +Date: Sat, 2 Aug 2014 14:50:21 +0200 +Subject: [PATCH 2/3] Enable FIT in tegra20 + +--- + include/configs/tegra20-common.h | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h +index d75537e..db41863 100644 +--- a/include/configs/tegra20-common.h ++++ b/include/configs/tegra20-common.h +@@ -72,6 +72,9 @@ + /* Vendors kernel are 3.1.x based */ + #define CONFIG_INITRD_TAG 1 + ++/* Enable FIT */ ++#define CONFIG_FIT 1 ++ + /* Defines for SPL */ + #define CONFIG_SPL_TEXT_BASE 0x00108000 + #define CONFIG_SYS_SPL_MALLOC_START 0x00090000 +-- +1.8.3.1 + |