summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8308RDB.h
diff options
context:
space:
mode:
authorIra W. Snyder <iws@ovro.caltech.edu>2012-09-12 14:17:34 -0700
committerKim Phillips <kim.phillips@freescale.com>2012-09-18 16:16:44 -0500
commit40775e9676f23adddc4aa47d8281d4a4b22f4c17 (patch)
tree762b2484e66a7b63bab6f4e8bb1d4a2e8aed1a5a /include/configs/MPC8308RDB.h
parentea1ea54e35e64386cc9eefbf0d96091430a7482a (diff)
downloadtalos-obmc-uboot-40775e9676f23adddc4aa47d8281d4a4b22f4c17.tar.gz
talos-obmc-uboot-40775e9676f23adddc4aa47d8281d4a4b22f4c17.zip
mpc8308rdb: add support for FIT images
This is very useful on a modern system. Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC8308RDB.h')
-rw-r--r--include/configs/MPC8308RDB.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/MPC8308RDB.h b/include/configs/MPC8308RDB.h
index a24538ad20..c65635fff0 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
*
OpenPOWER on IntegriCloud