summaryrefslogtreecommitdiffstats
path: root/board/qemu-mips
diff options
context:
space:
mode:
authorZhi-zhou Zhang <etou.zh@gmail.com>2012-10-16 15:02:08 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2012-10-16 15:02:08 +0200
commitff9b0cb8b4804ed372c09b8aad2a984b396596b2 (patch)
tree5f299100b0477907137b6fb2b1f60ba293b6e225 /board/qemu-mips
parent090854c826276b4d6361b4bdf3091ddcc977544c (diff)
downloadtalos-obmc-uboot-ff9b0cb8b4804ed372c09b8aad2a984b396596b2.tar.gz
talos-obmc-uboot-ff9b0cb8b4804ed372c09b8aad2a984b396596b2.zip
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>
Diffstat (limited to 'board/qemu-mips')
-rw-r--r--board/qemu-mips/config.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/board/qemu-mips/config.mk b/board/qemu-mips/config.mk
deleted file mode 100644
index 27cd34ac36..0000000000
--- a/board/qemu-mips/config.mk
+++ /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
OpenPOWER on IntegriCloud