]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
MIPS: qemu_mips: move CONFIG_SYS_TEXT_BASE to qemu-mips.h
authorZhi-zhou Zhang <etou.zh@gmail.com>
Tue, 16 Oct 2012 13:02:08 +0000 (15:02 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 16 Oct 2012 13:02:08 +0000 (15:02 +0200)
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>
board/qemu-mips/config.mk [deleted file]
include/configs/qemu-mips.h

diff --git a/board/qemu-mips/config.mk b/board/qemu-mips/config.mk
deleted file mode 100644 (file)
index 27cd34a..0000000
+++ /dev/null
@@ -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
index b8b970504f5734f718f657dc0b5e6d3daa325e96..f45f78b9a222892859819305ad5dbbc2f71bba02 100644 (file)
  */
 
 /* 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_LEN         (192 << 10)