mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 21:17:15 +08:00
remove some warnings
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#if defined(HAS_UBOOT)
|
||||
/* Base address of U-Boot environment variables */
|
||||
const uint8_t *uboot_environment = (const char *)0xfff40000;
|
||||
const uint8_t *uboot_environment = (const uint8_t *)0xfff40000;
|
||||
|
||||
/* Length of area reserved for U-Boot environment variables */
|
||||
const size_t uboot_environment_size = 0x10000;
|
||||
|
||||
Reference in New Issue
Block a user