mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 13:47:33 -04:00
[bootloader] minor edits
This commit is contained in:
parent
98da976b43
commit
16b057965b
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@
|
|||
|
||||
/** SPI flash boot base address */
|
||||
#ifndef SPI_BOOT_BASE_ADDR
|
||||
#define SPI_BOOT_BASE_ADDR 0x00400000
|
||||
#define SPI_BOOT_BASE_ADDR 0x00400000UL
|
||||
#endif
|
||||
|
||||
/* -------- XIP configuration -------- */
|
||||
|
@ -126,7 +126,7 @@
|
|||
|
||||
/** XIP page base address */
|
||||
#ifndef XIP_PAGE_BASE_ADDR
|
||||
#define XIP_PAGE_BASE_ADDR 0x40000000
|
||||
#define XIP_PAGE_BASE_ADDR 0x40000000UL
|
||||
#endif
|
||||
/**@}*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue