f7c1285f0e
The kbldr.h header file required for this was neither committed in the
original submission in a3a0f8c8ed
"MIPS: PowerTV: Base files for Cisco PowerTV platform"
nor was it ever present in the git tree so this option never worked.
Fixes the following build problem:
arch/mips/powertv/reset.c:25:36: fatal error: asm/mach-powertv/kbldr.h: No such
file or directory
compilation terminated.
Cc: David VomLehn <dvomlehn@cisco.com>
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Acked-by: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: David VomLehn <dvomlehn@cisco.com>
Patchwork: https://patchwork.linux-mips.org/patch/5801/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
13 lines
403 B
Plaintext
13 lines
403 B
Plaintext
config BOOTLOADER_FAMILY
|
|
string "POWERTV Bootloader Family string"
|
|
default "85"
|
|
depends on POWERTV
|
|
help
|
|
This value should be specified when the bootloader driver is disabled
|
|
and must be exactly two characters long. Families supported are:
|
|
R1 - RNG-100 R2 - RNG-200
|
|
A1 - Class A B1 - Class B
|
|
E1 - Class E F1 - Class F
|
|
44 - 45xx 46 - 46xx
|
|
85 - 85xx 86 - 86xx
|