X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fmemory_arm.s;h=be2fa99556ad828ee72c18c12a99c6e7fab14425;hb=bf092a3631694f525c3d1179b21ab8941e87e7d7;hp=9d46ba94a40a850929177bb7dcff1998910d855d;hpb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;p=picodrive.git diff --git a/pico/memory_arm.s b/pico/memory_arm.s index 9d46ba9..be2fa99 100644 --- a/pico/memory_arm.s +++ b/pico/memory_arm.s @@ -6,8 +6,6 @@ * See COPYING file in the top-level directory. */ -@@ .include "port_config.s" - .equ SRR_MAPPED, (1 << 0) .equ SRR_READONLY, (1 << 1) .equ SRF_EEPROM, (1 << 1)