diff --git a/cfg/osic1p-asm.cfg b/cfg/osic1p-asm.cfg index 3c1b1bda3..88ab69062 100644 --- a/cfg/osic1p-asm.cfg +++ b/cfg/osic1p-asm.cfg @@ -17,7 +17,6 @@ MEMORY { SEGMENTS { ZEROPAGE: load = ZP, type = zp; BOOT: load = HEAD, type = ro, optional = yes; - ONCE: load = MAIN, type = ro, define = yes, optional = yes; CODE: load = MAIN, type = rw; RODATA: load = MAIN, type = rw; DATA: load = MAIN, type = rw;