summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2015-05-16 09:40:24 +0200
committerStefan Agner <stefan.agner@toradex.com>2015-05-28 16:58:36 +0200
commitd1d416f272e840e8139aec911f89a70fe5523eb2 (patch)
tree14429c881066026040e6717cdf1f688973b32320 /include
parentdb1bbd8373906c1a1209b7ffb611af8c3bdfa639 (diff)
imx-common: add m4boot command
Add m4boot command which allows to boot FIT images on the Cortex-M4 kernel. The command currently only supports FIT image, which allows to provide entry point and load addresses for all boot artifacts. Currently, the Cortex-M4 mini loader needs to be loaded manually to Kernel loadaddr - 0x80 (e.g. 0x8f000000, if kernel is loaded at 0x8f000080).
Diffstat (limited to 'include')
-rw-r--r--include/configs/colibri_vf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index 8d10aa47e57..db0593988da 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -270,6 +270,10 @@
#define CONFIG_SUPPORT_RAW_INITRD
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
+#define CONFIG_CMD_M4BOOT
+#define CONFIG_CMD_CACHE
+#define CONFIG_FIT
+
#define CONFIG_SYS_NO_FLASH
#define CONFIG_SYS_CACHELINE_SIZE 32