diff options
author | Vitaly Wool <vitalywool@gmail.com> | 2006-12-08 11:40:35 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-12-09 01:04:00 +0000 |
commit | f0647a52974daccbe20990fb6341f07792445fe0 (patch) | |
tree | 535e0cc2f3dc79136656eee10820fdbcc57bc841 /include | |
parent | c25c79d80e02db1bd993426f979c5f1b42a0f132 (diff) | |
download | op-kernel-dev-f0647a52974daccbe20990fb6341f07792445fe0.zip op-kernel-dev-f0647a52974daccbe20990fb6341f07792445fe0.tar.gz |
[PATCH] add STB810 support (Philips PNX8550-based)
Signed-off-by: Vitaly Wool <vitalywool@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/bootinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/bootinfo.h b/include/asm-mips/bootinfo.h index 1e5ccda..8e321f5 100644 --- a/include/asm-mips/bootinfo.h +++ b/include/asm-mips/bootinfo.h @@ -131,6 +131,7 @@ #define MACH_PHILIPS_NINO 0 /* Nino */ #define MACH_PHILIPS_VELO 1 /* Velo */ #define MACH_PHILIPS_JBS 2 /* JBS */ +#define MACH_PHILIPS_STB810 3 /* STB810 */ /* * Valid machtype for group SIBYTE |