Temp patch which fixes ipl.h
This commit is contained in:
parent
a891ad7d7c
commit
de68851989
1 changed files with 4 additions and 0 deletions
|
|
@ -11,7 +11,11 @@
|
|||
#define SPL_RAM_SEG 0x8000
|
||||
|
||||
#if defined(USE_DOC_2000_TSOP)
|
||||
#if (USE_DOC_2000_TSOP == 1)
|
||||
#define DOC_SPL_START_PAGE 4 /* 0-3 for IPL (each of 1KB size) */
|
||||
#else /* USE_DOC_2000_TSOP == 0 */
|
||||
#define DOC_SPL_START_PAGE 2 /* 0,1 for IPL (each of 512B size) */
|
||||
#endif
|
||||
#else /* defined (USE_DOC_MIL) */
|
||||
#define DOC_SPL_START_PAGE 2 /* 0,1 for IPL (each of 512B size) */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue