summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-02-21 18:21:46 -0800
committerDavid S. Miller <davem@davemloft.net>2010-02-21 18:21:46 -0800
commit93cc5699a11424177960afa4b6a8bd6cbc72dcd9 (patch)
tree048f4bce89244a20c39284c707094a408d1b495e
parenteb1b1642b586cfe2b99cf890a7849226beac4e9b (diff)
downloadsilo-93cc5699a11424177960afa4b6a8bd6cbc72dcd9.tar.gz
Revert "silo: move second to make room for larger kernel"
This reverts commit 71816c5699b32bab03e57be6768a562d9568e33b. As reported by Jurij Smakov, this causes SunBlade1000 systems to fail to boot. Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--Rules.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rules.make b/Rules.make
index f36e2d4..4e722f9 100644
--- a/Rules.make
+++ b/Rules.make
@@ -11,8 +11,8 @@ NM=nm
ELFTOAOUT=elftoaout
BIN2H=../common/bin2h
-SMALL_RELOC=0x2E0000
-LARGE_RELOC=0x3E0000
+SMALL_RELOC=0x280000
+LARGE_RELOC=0x380000
cc-option-yn = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc /dev/null \
> /dev/null 2>&1; then echo "y"; else echo "n"; fi;)