summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/configs/u8500.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/u8500.h b/include/configs/u8500.h
index 2c259bd41..643a55b5f 100644
--- a/include/configs/u8500.h
+++ b/include/configs/u8500.h
@@ -189,6 +189,12 @@
#define CONFIG_INITRD_TAG 1
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
+#define CONFIG_ITP_LOAD 1
+
+#ifdef CONFIG_ITP_LOAD
+#define CONFIG_TOC_PARTITION 1
+#endif
+
/*
* I2C
*/