|
@@ -121,15 +121,15 @@
|
|
|
DFU_ALT_INFO_EMMC \
|
|
|
DFU_ALT_INFO_RAM \
|
|
|
DFU_ALT_INFO_QSPI
|
|
|
-
|
|
|
-/* Fastboot */
|
|
|
-#define CONFIG_USB_FUNCTION_FASTBOOT
|
|
|
-#define CONFIG_CMD_FASTBOOT
|
|
|
-#define CONFIG_ANDROID_BOOT_IMAGE
|
|
|
-#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
|
|
|
-#define CONFIG_FASTBOOT_BUF_SIZE 0x2F000000
|
|
|
-#define CONFIG_FASTBOOT_FLASH
|
|
|
-#define CONFIG_FASTBOOT_FLASH_MMC_DEV 1
|
|
|
+#else
|
|
|
+/* Discard fastboot in SPL build, to spare some space */
|
|
|
+#undef CONFIG_FASTBOOT
|
|
|
+#undef CONFIG_USB_FUNCTION_FASTBOOT
|
|
|
+#undef CONFIG_CMD_FASTBOOT
|
|
|
+#undef CONFIG_ANDROID_BOOT_IMAGE
|
|
|
+#undef CONFIG_FASTBOOT_BUF_ADDR
|
|
|
+#undef CONFIG_FASTBOOT_BUF_SIZE
|
|
|
+#undef CONFIG_FASTBOOT_FLASH
|
|
|
#endif
|
|
|
|
|
|
#ifdef CONFIG_SPL_BUILD
|