summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6sabre_common.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-09-10 16:03:38 -0300
committerStefano Babic <sbabic@denx.de>2015-09-20 09:47:59 +0200
commit559964e7d4fe3405a5a074837c1904cc276c84f9 (patch)
tree25496ddc835f43442cd7038af70e91c42fa7d714 /include/configs/mx6sabre_common.h
parent4fae48e8a955728471e02db38195294940396f04 (diff)
downloadtalos-obmc-uboot-559964e7d4fe3405a5a074837c1904cc276c84f9.tar.gz
talos-obmc-uboot-559964e7d4fe3405a5a074837c1904cc276c84f9.zip
mx6sabre_common: Add Fastboot support
Tested basic fastboot commands, such as: On the mx6qsabresd U-boot prompt: => fastboot 0 On the host PC: $ fastboot getvar bootloader-version -i 0x0525 bootloader-version: U-Boot 2015.10-rc2-23960-g2462cce-dirty finished. total time: 0.000s $ fastboot reboot -i 0x0525 --> board reboots fine. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx6sabre_common.h')
-rw-r--r--include/configs/mx6sabre_common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index 98eb0427aa..2970b83109 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -238,6 +238,12 @@
#define CONFIG_G_DNL_VENDOR_NUM 0x0525
#define CONFIG_G_DNL_PRODUCT_NUM 0xa4a5
#define CONFIG_G_DNL_MANUFACTURER "FSL"
+
+#define CONFIG_USB_FUNCTION_FASTBOOT
+#define CONFIG_CMD_FASTBOOT
+#define CONFIG_ANDROID_BOOT_IMAGE
+#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
+#define CONFIG_FASTBOOT_BUF_SIZE 0x07000000
#endif
#endif /* __MX6QSABRE_COMMON_CONFIG_H */
OpenPOWER on IntegriCloud