summaryrefslogtreecommitdiff
path: root/board/altera/nios2-generic/Makefile
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2014-08-28 09:29:06 (GMT)
committerThomas Chou <thomas@wytron.com.tw>2014-08-30 09:48:43 (GMT)
commitc69d2e57616f20eb1989cfe235ee036a26c78d5a (patch)
tree475a31419ec7f4a60412a0f0bb9f4f172bb4f295 /board/altera/nios2-generic/Makefile
parent3a55a56662550f945eddaa9123eee655a6efa1c7 (diff)
downloadu-boot-c69d2e57616f20eb1989cfe235ee036a26c78d5a.tar.xz
nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook
This patch changes the link script to base at CONFIG_SYS_MONITOR_BASE. Then we can remove the text_base hook in nios2-generic board. Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'board/altera/nios2-generic/Makefile')
-rw-r--r--board/altera/nios2-generic/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/altera/nios2-generic/Makefile b/board/altera/nios2-generic/Makefile
index d3c5b43..5e4192c 100644
--- a/board/altera/nios2-generic/Makefile
+++ b/board/altera/nios2-generic/Makefile
@@ -8,4 +8,3 @@
obj-y := nios2-generic.o
obj-$(CONFIG_CMD_IDE) += ../common/cfide.o
-obj-y += text_base.o