Acked-by: David Daney <david.daney@xxxxxxxxxx> On 02/22/2016 02:22 PM, Aaro Koskinen wrote:
Hi, This is a small cosmetic change to get rid of "Unsupported Board" in /proc/cpuinfo with "pure DT" boards. E.g. on EdgeRouter Pro this changes system type in /proc/cpuinfo from: system type : Unsupported Board (CN6120p1.1-1000-NSP) to: system type : ubnt,e200 (CN6120p1.1-1000-NSP) A. Aaro Koskinen (3): MIPS: OCTEON: board_type_to_string: return NULL for unsupported board MIPS: OCTEON: initialize system type string after device tree init MIPS: OCTEON: use model string from DTB for unknown board type arch/mips/cavium-octeon/setup.c | 23 +++++++++++++++++------ arch/mips/include/asm/octeon/cvmx-bootinfo.h | 2 +- 2 files changed, 18 insertions(+), 7 deletions(-)