diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2022-07-15 14:37:47 -0700 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2022-07-17 14:53:07 +0200 |
commit | 466ab2ea239bb85b9fd2613e3e3eb5f6c2811602 (patch) | |
tree | 3a6f12619841de68fecb04984d07044412860047 /arch/mips/Kconfig | |
parent | c059ee9d77f866dbe74bd75a42eb46443a31a08b (diff) | |
download | lwn-466ab2ea239bb85b9fd2613e3e3eb5f6c2811602.tar.gz lwn-466ab2ea239bb85b9fd2613e3e3eb5f6c2811602.zip |
MIPS: BMIPS: Utilize cfe_die() for invalid DTB
If we were not specified a correct DTB, we will not be able to print
anything useful with panic() which requires a working console of some
sort. Utilize cfe_die() to callback into the CFE default UART and print
some useful diagnostics.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 8db38817320b..0c366088b707 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -294,6 +294,7 @@ config BMIPS_GENERIC select HARDIRQS_SW_RESEND select HAVE_PCI select PCI_DRIVERS_GENERIC + select FW_CFE help Build a generic DT-based kernel image that boots on select BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top |