[bootloader] minor edits

This commit is contained in:
stnolting 2023-06-23 11:51:03 +02:00
parent 98da976b43
commit 16b057965b

View file

@ -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
/**@}*/