Skip to content

Commit da4b1f8

Browse files
committed
kc1: put dtb deeper into memory (getting squashed by large kernel)
1 parent 200df6c commit da4b1f8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

board/ti/omap4_kc1/kc1_fastboot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ static unsigned int pcount = 0;
2424
*/
2525
DECLARE_GLOBAL_DATA_PTR;
2626
#define CFG_FASTBOOT_TRANSFER_BUFFER CONFIG_ADDR_DOWNLOAD
27-
#define CFG_FASTBOOT_TRANSFER_BUFFER_SIZE 0x16000000
27+
#define CFG_FASTBOOT_TRANSFER_BUFFER_SIZE 0x18000000
2828

2929
int fastboot_board_init(struct cmd_fastboot_interface *interface, char **device_strings)
3030
{

include/configs/omap4_kc1.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,9 @@
143143

144144
#define MEMORY_BASE 0x80000000
145145
#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)
148147
#define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP
149-
#define DEVICE_TREE 0x80f80000
148+
#define DEVICE_TREE 0x82f80000
150149
#define CONFIG_ANDROID_BOOT_IMAGE 1
151150

152151
/* env */

0 commit comments

Comments
 (0)