forked from Imagelibrary/rtems
removed typo in uboot size
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user