mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03: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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user