Allow text screen memory to be aligned to 0x2000.
This commit is contained in:
parent
c4bba3e89a
commit
17bbded894
|
@ -36,7 +36,7 @@ ETHERNET = cs8900a
|
|||
CONTIKI_CPU = $(CONTIKI)/cpu/6502
|
||||
include $(CONTIKI_CPU)/Makefile.6502
|
||||
|
||||
STARTADDR_FLAG = -S 0x2300
|
||||
STARTADDR_FLAG = -S 0x2400
|
||||
SHADOW_RAM_SOURCEFILES = tcpip.c uip.c uip_arp.c
|
||||
|
||||
# Set a target-specific variable value
|
||||
|
|
Loading…
Reference in a new issue