removed typo in uboot size

This commit is contained in:
Thomas Doerfler
2010-03-27 15:04:11 +00:00
parent febaa8a411
commit beb13a44d4
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
* bestcomm/task_api/tasksetup_general.h,
gen5200/include/mscan-base.h, gen5200/mscan/mscan-base.c,
gen5200/irq/irq.c: Removed warnings
gen5200/irq/irq.c, startup/uboot_support.c: Removed warnings
2010-03-25 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>

View File

@@ -21,5 +21,5 @@
const uint8_t *uboot_environment = (const char *)0xfff40000;
/* Length of area reserved for U-Boot environment variables */
const size_t *uboot_environment_size = 0x10000;
const size_t uboot_environment_size = 0x10000;
#endif