blob: d9efe614562d7fef57b2ef521272d0b5ace4f901 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#include "config.h"
2
3#define DOWNLOADER_BUFFER_BASE CONFIG_USB_DMA_BUF_ADDR
4
5#ifdef CONFIG_ZX297520V3T_64M_UBOOT
6#define DOWNLOADER_BUFFER_SIZE 0x3000000 /* 48M */
7#else
8#define DOWNLOADER_BUFFER_SIZE 0x1A00000 /*26M*/
9#endif
10
11//#define DOWNLOADER_BUFFER_SIZE (CONFIG_SYS_SDRAM_SIZE-0xA00000)
12//#define DOWNLOADER_BUFFER_SIZE 0x80000
13//#define CONFIG_LOAD_CRC
14