summaryrefslogtreecommitdiff
path: root/include/configs/trats2.h
diff options
context:
space:
mode:
authorƁukasz Majewski <l.majewski@samsung.com>2014-01-14 07:02:24 (GMT)
committerTom Rini <trini@ti.com>2014-01-17 01:13:22 (GMT)
commitcdd15bcebc6ddd5365f2a1133f56cd3209f30288 (patch)
treeb91e46dcf549d70a5f8e7b286b0dbbd0206ea8ac /include/configs/trats2.h
parent4913fc23f0b19a82e2e9cc56f7ee0087839855c4 (diff)
downloadu-boot-fsl-qoriq-cdd15bcebc6ddd5365f2a1133f56cd3209f30288.tar.xz
config: Update envs for trats and trats2 - new entries for new partitions
This patch adds extra dfu_alt_info entries to support storing the whole BOOT , DATA and UMS partitions. This allows upgrade of uImage and device tree blob (dtb) files at once. Now it is also possible to store ext4 rootfs prepared with well established linux tools (like mkfs.ext4). Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Acked-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/trats2.h')
-rw-r--r--include/configs/trats2.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/trats2.h b/include/configs/trats2.h
index c9ce828..f335280 100644
--- a/include/configs/trats2.h
+++ b/include/configs/trats2.h
@@ -173,7 +173,10 @@
"u-boot mmc 80 800;" \
"uImage ext4 0 2;" \
"exynos4412-trats2.dtb ext4 0 2;" \
- ""PARTS_ROOT" part 0 5\0"
+ ""PARTS_BOOT" part 0 2;" \
+ ""PARTS_ROOT" part 0 5;" \
+ ""PARTS_DATA" part 0 6;" \
+ ""PARTS_UMS" part 0 7\0"
#define CONFIG_EXTRA_ENV_SETTINGS \
"bootk=" \