Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 881 |
theseven |
1 |
#ifndef __SOC_S5L87XX_8701_TARGET_H__
|
|
|
2 |
#define __SOC_S5L87XX_8701_TARGET_H__
|
|
|
3 |
|
|
|
4 |
#include "soc/s5l87xx/target.h"
|
|
|
5 |
#include "cpu/arm/old/v4/arm940t/target.h"
|
|
|
6 |
|
|
|
7 |
#define CACHEALIGN_BITS 4
|
|
|
8 |
#define DMAALIGN_BITS 4
|
|
|
9 |
#define DEFAULT_SRAM_SIZE 0x2c000
|
|
|
10 |
#define DEFAULT_SDRAM_SIZE 0x02000000
|
|
|
11 |
#define SYNOPSYSOTG_TURNAROUND 5
|
|
|
12 |
#define SYNOPSYSOTG_AHB_BURST_LEN 3
|
|
|
13 |
#define SYNOPSYSOTG_CLOCK 0
|
|
|
14 |
|
|
|
15 |
#endif
|