From: Maxime Ripard Date: Thu, 15 Oct 2015 12:34:20 +0000 (+0200) Subject: sunxi: Add support for android boot image X-Git-Tag: v2016.01-rc1~309 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bac83fb09c76223a643b858e7dc5061275c3256a;p=u-boot 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 Acked-by: Ian Campbell Reviewed-by: Hans de Goede Signed-off-by: Hans de Goede --- 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