summaryrefslogtreecommitdiff
path: root/include/configs/mx6qsabre_common.h
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2013-12-24 15:51:34 +0800
committerYe.Li <B37916@freescale.com>2013-12-27 11:45:46 +0800
commit92d33d1d1b29fc8143a12443fde983359895d3c0 (patch)
treecb9e1bb4797161a07ace974f809721fb1e99310b /include/configs/mx6qsabre_common.h
parent14fdf5d545ef769a9a4d59e3042cd960efe608a3 (diff)
downloadu-boot-imx-92d33d1d1b29fc8143a12443fde983359895d3c0.zip
u-boot-imx-92d33d1d1b29fc8143a12443fde983359895d3c0.tar.gz
u-boot-imx-92d33d1d1b29fc8143a12443fde983359895d3c0.tar.bz2
ENGR00292902 ARM:imx6:sabresd/sabreauto Add android fastboot supporting
Support android features: fastboot, booti command and recovery for sabresd SD, sabresd eMMC, sabreauto SD, sabreauto NAND. For all booting media (SD, eMMC, NAND), inherits the partitions layout from v2009.08. Fastboot will detect the booting media to replace hardcoding fastboot device. SATA is not supported. FDT is supported to use the "unused" fields in bootimg header which requires the FDT to be combined into the boot.img. For non-FDT boot.img, the "unused" fields should left to NULL and is compatible to boot. Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs/mx6qsabre_common.h')
-rw-r--r--include/configs/mx6qsabre_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h
index 5d30d60..178ece4 100644
--- a/include/configs/mx6qsabre_common.h
+++ b/include/configs/mx6qsabre_common.h
@@ -419,4 +419,8 @@
#endif
#define CONFIG_IMX_HDMI
+#if defined(CONFIG_ANDROID_SUPPORT)
+#include "mx6qsabreandroid_common.h"
+#endif
+
#endif /* __MX6QSABRE_COMMON_CONFIG_H */