mirror of https://github.com/hak5/openwrt-owl.git
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