[LINUX]: Don't define DATA_START.
This commit is contained in:
parent
401c196806
commit
685f851142
1 changed files with 2 additions and 0 deletions
|
@ -105,8 +105,10 @@ NOTE-END
|
|||
#ifdef __ELF__
|
||||
#undef UNEXEC
|
||||
#define UNEXEC unexelf.o
|
||||
#ifndef LINUX
|
||||
#define DATA_START 0x140000000
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef __ELF__
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue