- removed redundant defines

git-svn-id: http://moon:8086/svn/mips@61 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2015-12-13 12:55:11 +00:00
parent 04e89cfe55
commit 1596951563
+2 -5
View File
@@ -80,11 +80,8 @@
#define SYS_SPI_DATA (SYS_IO_BASE + 0x2000C)
#define SYS_SPI_CTRL (SYS_IO_BASE + 0x20010)
#define SYS_UART_STAT (SYS_IO_BASE + 0x10004)
#define SYS_UART_BAUD (SYS_IO_BASE + 0x10008)
#define SYS_FLASH_IO 0xA4000000
#define SYS_FLASH_MEM 0x00000000
#define SYS_FLASH_IO FLASH_BASE_IO
#define SYS_FLASH_MEM FLASH_BASE_MEM
// RTC
#define SYS_TIMER_USEC (SYS_IO_BASE + 0x8)