mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: introduce ramips_soc_prom_init and move SoC detection into that
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30887 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -143,6 +143,8 @@ void __init prom_init(void)
|
||||
char **envp;
|
||||
char **argv;
|
||||
|
||||
ramips_soc_prom_init();
|
||||
|
||||
printk(KERN_DEBUG
|
||||
"prom: fw_arg0=%08x, fw_arg1=%08x, fw_arg2=%08x, fw_arg3=%08x\n",
|
||||
(unsigned int)fw_arg0, (unsigned int)fw_arg1,
|
||||
|
||||
Reference in New Issue
Block a user