From e3c9b9f9287a17c2a20d9b1b77747bd209e8408b Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 24 Oct 2004 23:54:40 +0000 Subject: * Fix configuration for ERIC board (needs more room) * Adjust MIPS compiler options at run-time depending on tools version ("-march=4kc -mtune=4kc -Wa,-mips_allow_branch_to_undefined" for new, "-mcpu=4kc" for old tools) --- board/eric/config.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'board/eric') diff --git a/board/eric/config.mk b/board/eric/config.mk index c7552a357..dd0b41209 100644 --- a/board/eric/config.mk +++ b/board/eric/config.mk @@ -26,5 +26,4 @@ # #TEXT_BASE = 0xFFF80000 -#TEXT_BASE = 0xFFFC0000 -TEXT_BASE = 0xFFFE0000 +TEXT_BASE = 0xFFFC0000 -- cgit v1.2.3