mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:43:08 +02:00
prom_free_memory should be __init
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9011 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6cfe1b25df
commit
1cf58b2914
@ -103,9 +103,9 @@ void __init prom_init(void)
|
|||||||
add_memory_region(ddr->ddrbase + 0x400, memsize - 0x600, BOOT_MEM_RAM);
|
add_memory_region(ddr->ddrbase + 0x400, memsize - 0x600, BOOT_MEM_RAM);
|
||||||
}
|
}
|
||||||
|
|
||||||
void prom_free_prom_memory(void)
|
void __init prom_free_prom_memory(void)
|
||||||
{
|
{
|
||||||
/* FIXME: STUB */
|
/* No prom memory to free */
|
||||||
}
|
}
|
||||||
|
|
||||||
extern char _image_cmdline;
|
extern char _image_cmdline;
|
||||||
|
Loading…
Reference in New Issue
Block a user