forked from Imagelibrary/rtems
bsp/lpc32xx: Fix lpc32xx_magic_zero_size
This commit is contained in:
@@ -12,6 +12,6 @@ lpc32xx = 0x20020000;
|
|||||||
|
|
||||||
lpc32xx_magic_zero_begin = 0x05000000;
|
lpc32xx_magic_zero_begin = 0x05000000;
|
||||||
lpc32xx_magic_zero_end = 0x07000000;
|
lpc32xx_magic_zero_end = 0x07000000;
|
||||||
lpc32xx_magic_zero_size = lpc32xx_magic_zero_end - lpc32xx_magic_zero_end;
|
lpc32xx_magic_zero_size = lpc32xx_magic_zero_end - lpc32xx_magic_zero_begin;
|
||||||
|
|
||||||
INCLUDE linkcmds.armv4
|
INCLUDE linkcmds.armv4
|
||||||
|
|||||||
Reference in New Issue
Block a user