summaryrefslogtreecommitdiffstats
path: root/include/configs/sunxi-common.h
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2015-10-15 14:34:20 +0200
committerHans de Goede <hdegoede@redhat.com>2015-10-20 22:48:28 +0200
commitbac83fb09c76223a643b858e7dc5061275c3256a (patch)
tree75e5ddc0364bc38d0c70fb6819f870d71a1d37dc /include/configs/sunxi-common.h
parentfc01daee8b8dc1ea486fcbea887224c8d1aca33b (diff)
downloadblackbird-obmc-uboot-bac83fb09c76223a643b858e7dc5061275c3256a.tar.gz
blackbird-obmc-uboot-bac83fb09c76223a643b858e7dc5061275c3256a.zip
sunxi: Add support for android boot image
When using the fastboot boot command, the image sent to U-Boot will be an Android boot image. If the support is missing, that obviously won't work, so we need it in our configuration. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Ian Campbell <ijc@hellion.org.uk> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'include/configs/sunxi-common.h')
-rw-r--r--include/configs/sunxi-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 879d0f4238..072934d151 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -352,6 +352,7 @@ extern int soft_i2c_gpio_scl;
#define CONFIG_CMD_FASTBOOT
#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
#define CONFIG_FASTBOOT_BUF_SIZE 0x2000000
+#define CONFIG_ANDROID_BOOT_IMAGE
#define CONFIG_FASTBOOT_FLASH
#define CONFIG_FASTBOOT_FLASH_MMC_DEV 0
OpenPOWER on IntegriCloud