Add jpeg line buffer to linker script.

This commit is contained in:
iabdalkader 2016-02-09 02:13:10 +02:00
parent d4b13d21ce
commit 312fabad13

View File

@ -62,6 +62,8 @@ _fb_base = 0x20000000;
_stack_size = 0xC00; /* minimum amount of stack */
_heap_size = 0xCC00; /* required amount of heap */
_fs_cache = 0x20030000-(16*1024);
/* This needs to be max_line * 4 (VGA_line * 4)*/
_line_buf = _fs_cache - (640*4);
/* Define output sections */
SECTIONS