update ar7 to 2.6.22.1 (thanks to Matteo Croce for his great help)
[openwrt.git] / target / linux / ar7-2.6 / files / arch / mips / ar7 / setup.c
index 6c9c1bf..4abc39f 100644 (file)
@@ -116,6 +116,9 @@ void __init plat_mem_setup(void)
        ioport_resource.end   = ~0;
        iomem_resource.start  = 0;
        iomem_resource.end    = ~0;
+
+       printk("%s, ID: 0x%04x, Revision: 0x%02x\n", get_system_type(), 
+               ar7_chip_id(), ar7_chip_rev());
 }
 
 console_initcall(ar7_init_console);
This page took 0.022487 seconds and 4 git commands to generate.