diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2014-10-02 12:16:52 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-10-06 17:57:23 +0200 |
commit | e9feee63705c1d380e229a381f9a7d696044ff76 (patch) | |
tree | e5fe990fc02f569b1fd2856c648e5d2bed223155 /include/configs/nitrogen6x.h | |
parent | c0e7bd6661ee2c117d9543b674c968d711a9aed9 (diff) |
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 <eric.nelson@boundarydevices.com>
Diffstat (limited to 'include/configs/nitrogen6x.h')
-rw-r--r-- | include/configs/nitrogen6x.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 21013bc23ad..17559d8f8cd 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 */ |