From 5829bc51591bfc8988eacb487b34d960101d6373 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Thu, 1 May 2014 21:32:32 +0200
Subject: [PATCH] Adjustment to cc65 change.
---
cpu/6502/net/cs8900a.S | 2 +-
cpu/6502/net/lan91c96.S | 2 +-
cpu/6502/net/w5100.S | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/cpu/6502/net/cs8900a.S b/cpu/6502/net/cs8900a.S
index fc4d5d1ca..8cf3bea23 100644
--- a/cpu/6502/net/cs8900a.S
+++ b/cpu/6502/net/cs8900a.S
@@ -32,7 +32,7 @@
;
;---------------------------------------------------------------------
- .segment "JUMPTABLE"
+ .segment "HEADER"
; Driver signature
.byte $65, $74, $68 ; "eth"
diff --git a/cpu/6502/net/lan91c96.S b/cpu/6502/net/lan91c96.S
index d034b9788..e3f92b75a 100644
--- a/cpu/6502/net/lan91c96.S
+++ b/cpu/6502/net/lan91c96.S
@@ -33,7 +33,7 @@
;
;---------------------------------------------------------------------
- .segment "JUMPTABLE"
+ .segment "HEADER"
; Driver signature
.byte $65, $74, $68 ; "eth"
diff --git a/cpu/6502/net/w5100.S b/cpu/6502/net/w5100.S
index 3952c1121..ca0878bf3 100644
--- a/cpu/6502/net/w5100.S
+++ b/cpu/6502/net/w5100.S
@@ -32,7 +32,7 @@
;
;---------------------------------------------------------------------
- .segment "JUMPTABLE"
+ .segment "HEADER"
; Driver signature
.byte $65, $74, $68 ; "eth"