mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
misc: remove leftover pnx0101 support code
Remove now-unused stuff related to the PNX0101 processor, which was missed during the removal of the IFP-7xx port. Change-Id: I5ff248b3e83cb67a357743130c3e51ed84a720e5
This commit is contained in:
parent
58ffe7bc34
commit
cf1e3fd5a3
5 changed files with 1 additions and 290 deletions
|
|
@ -114,11 +114,6 @@ OUTPUT_FORMAT(elf32-littlemips)
|
|||
#define IRAMORIG 0x4000c000
|
||||
#define IRAMSIZE 0x0c000
|
||||
|
||||
#elif CONFIG_CPU == PNX0101
|
||||
#define DRAMORIG 0xc00000
|
||||
#define IRAMORIG 0x407000
|
||||
#define IRAMSIZE 0x9000
|
||||
|
||||
#elif CONFIG_CPU == IMX31L || CONFIG_CPU == S3C2440
|
||||
#define DRAMORIG 0x0
|
||||
#define IRAM DRAM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue