Move these #defines to at91reg.h (where I should have put them in the

first place).
This commit is contained in:
imp 2012-06-22 05:54:34 +00:00
parent c64bfa11c5
commit deb86d102d
2 changed files with 3 additions and 3 deletions

View File

@ -281,9 +281,6 @@ static const char *soc_subtype_name[] = {
[AT91_ST_SAM9X35] = "at91sam9x35",
};
#define AT91_DBGU0 0x0ffff200 /* Most */
#define AT91_DBGU1 0x0fffee00 /* SAM9263, CAP9, and SAM9G45 */
struct at91_soc_info soc_data;
/*

View File

@ -46,6 +46,9 @@
#define AT91_SYS_BASE 0xffff000
#define AT91_SYS_SIZE 0x1000
#define AT91_DBGU0 0x0ffff200 /* Most */
#define AT91_DBGU1 0x0fffee00 /* SAM9263, CAP9, and SAM9G45 */
#define AT91_DBGU_SIZE 0x200
#define DBGU_C1R (64) /* Chip ID1 Register */
#define DBGU_C2R (68) /* Chip ID2 Register */