Meizu M6 SP: make bootloader compile and run again

* don't use DRAM yet in the bootloader linker script
* add header files for the ftl and nand
* update svn:keywords


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23347 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-10-25 13:52:46 +00:00
parent 6290f78177
commit d2827996af
5 changed files with 481 additions and 371 deletions

View file

@ -58,6 +58,9 @@
#define CONFIG_NAND NAND_SAMSUNG
/* The NAND flash has 2048-byte sectors, and is our only storage */
#define SECTOR_SIZE 2048
/* LCD dimensions */
#define LCD_WIDTH 240
#define LCD_HEIGHT 320