]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - config.inc
* More changes for FAT16 support.
[avrcpm.git] / config.inc
index e14ef4386af59da2cf2af92e9f554c8c67f89693..5818fa4a87effb07dd73bbc5fb8121ddd040df9e 100644 (file)
@@ -26,7 +26,7 @@
 #define VMINOR 0
 
 #ifndef DRAM_8BIT
-  #define DRAM_8BIT 0          /* 1 = 8bit wide DRAM */
+  #define DRAM_8BIT 1          /* 1 = 8bit wide DRAM */
 #endif
 #ifndef F_CPU
   #define F_CPU  20000000      /* system clock in Hz; defaults to 20MHz */
@@ -35,8 +35,6 @@
   #define BAUD   38400         /* console baud rate */
 #endif
  
-#define PARTID 0x52            /* Partition table id */
-                               /* http://www.win.tue.nl/~aeb/partitions/partition_types-1.html */
 #define K 1024
 #define M 1204*K