summaryrefslogtreecommitdiff
path: root/include/configs/nitrogen6x.h
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2014-10-02 19:16:52 (GMT)
committerStefano Babic <sbabic@denx.de>2014-10-06 15:57:23 (GMT)
commite9feee63705c1d380e229a381f9a7d696044ff76 (patch)
treee5fe990fc02f569b1fd2856c648e5d2bed223155 /include/configs/nitrogen6x.h
parentc0e7bd6661ee2c117d9543b674c968d711a9aed9 (diff)
downloadu-boot-e9feee63705c1d380e229a381f9a7d696044ff76.tar.xz
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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index 21013bc..17559d8 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 */