#include "config.h" | |
#define DOWNLOADER_BUFFER_BASE CONFIG_USB_DMA_BUF_ADDR | |
#ifdef CONFIG_ZX297520V3T_64M_UBOOT | |
#define DOWNLOADER_BUFFER_SIZE 0x3000000 /* 48M */ | |
#else | |
#define DOWNLOADER_BUFFER_SIZE 0x1A00000 /*26M*/ | |
#endif | |
//#define DOWNLOADER_BUFFER_SIZE (CONFIG_SYS_SDRAM_SIZE-0xA00000) | |
//#define DOWNLOADER_BUFFER_SIZE 0x80000 | |
//#define CONFIG_LOAD_CRC | |