[U-Boot] [PATCH 4/5] mpc8308rdb: add support for FIT images
Ira W. Snyder
iws at ovro.caltech.edu
Wed Sep 12 23:17:34 CEST 2012
From: "Ira W. Snyder" <iws at ovro.caltech.edu>
This is very useful on a modern system.
Signed-off-by: Ira W. Snyder <iws at ovro.caltech.edu>
---
include/configs/MPC8308RDB.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/configs/MPC8308RDB.h b/include/configs/MPC8308RDB.h
index a24538a..c65635f 100644
--- a/include/configs/MPC8308RDB.h
+++ b/include/configs/MPC8308RDB.h
@@ -37,6 +37,10 @@
#define CONFIG_MISC_INIT_R
+/* new uImage format support */
+#define CONFIG_FIT 1
+#define CONFIG_FIT_VERBOSE 1
+
/*
* On-board devices
*
--
1.7.8.6
More information about the U-Boot
mailing list