corrects XIP start addr in risc-v vp
This commit is contained in:
		
							
								
								
									
										2
									
								
								env/riscv_vp/platform.h
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								env/riscv_vp/platform.h
									
									
									
									
										vendored
									
									
								
							| @@ -24,7 +24,7 @@ | |||||||
|  |  | ||||||
| #define PERIPH(TYPE, ADDR) ((volatile TYPE*)(ADDR)) | #define PERIPH(TYPE, ADDR) ((volatile TYPE*)(ADDR)) | ||||||
| // values from memory_map.ld | // values from memory_map.ld | ||||||
| #define XIP_START_LOC 0x30000000 | #define XIP_START_LOC 0x20000000 | ||||||
| #define RAM_START_LOC 0x00000000 | #define RAM_START_LOC 0x00000000 | ||||||
| #define APB_BASE 0x10000000 | #define APB_BASE 0x10000000 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user