rockbox/firmware/target/arm/tms320dm320
Tomasz Moń 94b23da3c4 Sansa Connect: change bootloader linker file
This change ensures that Sansa Connect bootloader.bin will fit in its flash
partition.

Fix _flash_sizem calculation, division was not working properly because
FLASHSIZE included subtraction and defined value was not in parenthesis.
Prior to this change _flash_sizem was 0x00800000, now it is correctly set
to 4 in case of Sansa Connect and 8 in case of other TMS320DM320 players.
This significantly improves boot time as cache is now enabled only for
real flash memory region.

Change-Id: If3e50a3075c840dcb69dfafe5bba608a0acd2bf8
2016-05-25 17:03:19 +02:00
..
creative-zvm Get rid of stupid _backlight_* function names 2015-01-12 11:09:27 +01:00
dsp
mrobe-500 Get rid of stupid _backlight_* function names 2015-01-12 11:09:27 +01:00
sansa-connect Get rid of stupid _backlight_* function names 2015-01-12 11:09:27 +01:00
app.lds
boot.lds Sansa Connect: change bootloader linker file 2016-05-25 17:03:19 +02:00
crt0.S Sansa Connect: change bootloader linker file 2016-05-25 17:03:19 +02:00
debug-dm320.c Add missing kernel.h includes (hopefully all of them). 2014-01-05 20:32:09 +01:00
dma-dm320.c
dma-target.h
dsp-dm320.c
dsp-target.h
dsp_image_helloworld.h
i2c-dm320.c Add missing kernel.h includes (hopefully all of them). 2014-01-05 20:32:09 +01:00
i2c-dm320.h
kernel-dm320.c
sdmmc-dm320.c Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
spi-dm320.c
spi-target.h
system-dm320.c
system-target.h
timer-dm320.c
uart-dm320.c
uart-target.h