File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ static unsigned int pcount = 0;
24
24
*/
25
25
DECLARE_GLOBAL_DATA_PTR ;
26
26
#define CFG_FASTBOOT_TRANSFER_BUFFER CONFIG_ADDR_DOWNLOAD
27
- #define CFG_FASTBOOT_TRANSFER_BUFFER_SIZE 0x16000000
27
+ #define CFG_FASTBOOT_TRANSFER_BUFFER_SIZE 0x18000000
28
28
29
29
int fastboot_board_init (struct cmd_fastboot_interface * interface , char * * device_strings )
30
30
{
Original file line number Diff line number Diff line change 143
143
144
144
#define MEMORY_BASE 0x80000000
145
145
#define CONFIG_ADDR_ATAGS (MEMORY_BASE + 0x100)
146
- #define CONFIG_ADDR_DOWNLOAD (MEMORY_BASE + 0x02000000)
147
- //#define CONFIG_FB_ADDR (MEMORY_BASE + 0x02000000)
146
+ #define CONFIG_ADDR_DOWNLOAD (MEMORY_BASE + 0x03000000)
148
147
#define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP
149
- #define DEVICE_TREE 0x80f80000
148
+ #define DEVICE_TREE 0x82f80000
150
149
#define CONFIG_ANDROID_BOOT_IMAGE 1
151
150
152
151
/* env */
You can’t perform that action at this time.
0 commit comments