mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
prom_free_memory should be __init
SVN-Revision: 9011
This commit is contained in:
parent
6e7fafe998
commit
a7bbfed7a2
@ -103,9 +103,9 @@ void __init prom_init(void)
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user