[PATCH 4/5] libmm support for realview, xilinx_zynq, and raspberry pi BSPs
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Aug 26 15:33:01 UTC 2013
On 2013-08-26 02:14, Hesham AL-Matary wrote:
> void BSP_START_TEXT_SECTION bsp_start_hook_0(void)
> {
> - raspberrypi_cache_setup();
> + _CPU_Memory_management_Initialize();
> }
This will not work in general. Functions used in this context must be in the
.bsp_start_text section. So _CPU_Memory_management_Initialize() must move to
this section.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list