Populate hw.model with the CPU model information.
Now you see something like: # sysctl hw.model hw.model: Atheros AR9330 rev 1 Tested: * Carambola 2, AR9331 SoC
This commit is contained in:
parent
b65946c631
commit
85b543e06d
@ -304,6 +304,8 @@ ar71xx_platform_check_mac_hints(void)
|
||||
return (0);
|
||||
}
|
||||
|
||||
extern char cpu_model[];
|
||||
|
||||
void
|
||||
platform_start(__register_t a0 __unused, __register_t a1 __unused,
|
||||
__register_t a2 __unused, __register_t a3 __unused)
|
||||
@ -417,6 +419,8 @@ platform_start(__register_t a0 __unused, __register_t a1 __unused,
|
||||
printf(" a2 = %08x\n", a2);
|
||||
printf(" a3 = %08x\n", a3);
|
||||
|
||||
strcpy(cpu_model, ar71xx_get_system_type());
|
||||
|
||||
/*
|
||||
* XXX this code is very redboot specific.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user