prom_free_memory should be __init
SVN-Revision: 9011
This commit is contained in:
parent
6e7fafe998
commit
a7bbfed7a2
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue