* include/bsp.h: Moved NEED_LOW_LEVEL_INIT define because it has to be
	visible for the assembler.
	* startup/linkcmds.brs5l: Fixed RAM size.
This commit is contained in:
Sebastian Huber
2011-05-06 06:28:04 +00:00
parent e115f4b81d
commit c7ba440e55
3 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2011-05-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/bsp.h: Moved NEED_LOW_LEVEL_INIT define because it has to be
visible for the assembler.
* startup/linkcmds.brs5l: Fixed RAM size.
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.

View File

@@ -79,6 +79,11 @@ LINKER_SYMBOL(MBAR);
#define PM520
#endif
#if !defined(HAS_UBOOT)
/* we need the low level initialization in start.S*/
#define NEED_LOW_LEVEL_INIT
#endif
#if defined(BRS5L)
/*
* IMD Custom Board BRS5L
@@ -123,10 +128,6 @@ extern "C" {
extern bd_t bsp_uboot_board_info;
#else
/* we need the low level initialization in start.S*/
#define NEED_LOW_LEVEL_INIT
#endif
/*

View File

@@ -5,7 +5,7 @@
*/
MEMORY {
RAM : ORIGIN = 0x0, LENGTH = 256M
RAM : ORIGIN = 0x0, LENGTH = 128M
ROM : ORIGIN = 0xffe00000, LENGTH = 2M
DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
REGS : ORIGIN = 0xf0000000, LENGTH = 64k