Temp patch which fixes ipl.h

This commit is contained in:
Ronald G. Minnich 2002-02-02 23:53:49 +00:00
commit de68851989

View file

@ -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