From: Eric Nelson Date: Thu, 2 Oct 2014 19:16:52 +0000 (-0700) Subject: nitrogen6x: config: enable Android fastboot X-Git-Tag: KARO-TXA5-2015-06-26~541^2~19^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e9feee63705c1d380e229a381f9a7d696044ff76;p=karo-tx-uboot.git nitrogen6x: config: enable Android fastboot Enable 'fastboot' command. This is currently enabled but not yet functional. Including it in the configuration will ease further testing and development as discussed on the mailing list. Signed-off-by: Eric Nelson --- diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 21013bc23a..17559d8f8c 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -413,4 +413,9 @@ #define CONFIG_G_DNL_PRODUCT_NUM 0xa4a5 #define CONFIG_G_DNL_MANUFACTURER "Boundary" +#define CONFIG_CMD_FASTBOOT +#define CONFIG_ANDROID_BOOT_IMAGE +#define CONFIG_USB_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR +#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x07000000 + #endif /* __CONFIG_H */