remove some warnings

This commit is contained in:
Thomas Doerfler
2010-03-27 20:39:01 +00:00
parent ddeb7730ab
commit 5c2e2bd899
@@ -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;