mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
MIPS: qemu_mips: move CONFIG_SYS_TEXT_BASE to qemu-mips.h
We define CONFIG_SYS_TEXT_BASE in board's specified header file. So config.mk is useless, then remove it. Signed-off-by: Zhizhou Zhang <etou.zh@gmail.com>
This commit is contained in:
committed by
Daniel Schwierzeck
parent
090854c826
commit
ff9b0cb8b4
@@ -1,10 +0,0 @@
|
|||||||
#
|
|
||||||
# Qemu -M mips system emulator
|
|
||||||
# See http://fabrice.bellard.free.fr/qemu
|
|
||||||
#
|
|
||||||
|
|
||||||
# ROM version
|
|
||||||
CONFIG_SYS_TEXT_BASE = 0xbfc00000
|
|
||||||
|
|
||||||
# RAM version
|
|
||||||
#CONFIG_SYS_TEXT_BASE = 0x80001000
|
|
@@ -137,6 +137,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* The following #defines are needed to get flash environment right */
|
/* The following #defines are needed to get flash environment right */
|
||||||
|
#define CONFIG_SYS_TEXT_BASE 0xbfc00000 /* Rom version */
|
||||||
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
|
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
|
||||||
#define CONFIG_SYS_MONITOR_LEN (192 << 10)
|
#define CONFIG_SYS_MONITOR_LEN (192 << 10)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user