Commit ef31857e authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

boards/pxie-fmc: update base addresses after LM32 memory space increase

parent 702b23ec
...@@ -14,14 +14,14 @@ ...@@ -14,14 +14,14 @@
*/ */
/* Fixed base addresses */ /* Fixed base addresses */
#define BASE_MINIC 0x20000 #define BASE_MINIC 0x40000
#define BASE_EP 0x20100 #define BASE_EP 0x40100
#define BASE_SOFTPLL 0x20200 #define BASE_SOFTPLL 0x40200
#define BASE_PPS_GEN 0x20300 #define BASE_PPS_GEN 0x40300
#define BASE_SYSCON 0x20400 #define BASE_SYSCON 0x40400
#define BASE_UART 0x20500 #define BASE_UART 0x40500
#define BASE_ONEWIRE 0x20600 #define BASE_ONEWIRE 0x40600
#define BASE_ETHERBONE_CFG 0x20700 #define BASE_ETHERBONE_CFG 0x48000
/* Board-specific parameters */ /* Board-specific parameters */
#define TICS_PER_SECOND 1000 #define TICS_PER_SECOND 1000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment