mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
[MIPS] Qemu now has an ELF loader.
So nuke kludge for flat binaries. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
9fd32cfbb6
commit
c25c79d80e
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
||||||
EXPORT(stext) # used for profiling
|
EXPORT(stext) # used for profiling
|
||||||
EXPORT(_stext)
|
EXPORT(_stext)
|
||||||
|
|
||||||
#if defined(CONFIG_QEMU) || defined(CONFIG_MIPS_SIM)
|
#ifdef CONFIG_MIPS_SIM
|
||||||
/*
|
/*
|
||||||
* Give us a fighting chance of running if execution beings at the
|
* Give us a fighting chance of running if execution beings at the
|
||||||
* kernel load address. This is needed because this platform does
|
* kernel load address. This is needed because this platform does
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue