Hello Andreas, On Fri, Aug 28, 2015 at 6:36 PM, Andreas Färber <[email protected]> wrote: > Hi, > > Am 28.08.2015 um 09:22 schrieb Misha Komarovskiy: >> On Mon, Aug 24, 2015 at 8:01 PM, Matwey V. Kornilov >> <[email protected] <mailto:[email protected]>> wrote: >> >> Still no luck. >> >> >> I noticed that current default and vanilla configs contain some platform >> specific defines: >> >> grep -ni debug_ll * >> default:7724:# CONFIG_DEBUG_LL is not set >> default:7727:CONFIG_DEBUG_LL_INCLUDE="debug/bcm63xx.S" >> lpae:7335:# CONFIG_DEBUG_LL is not set >> lpae:7337:CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" >> vanilla:7719:# CONFIG_DEBUG_LL is not set >> vanilla:7722:CONFIG_DEBUG_LL_INCLUDE="debug/bcm63xx.S" >> >> maybe wrong debug macro may break some platform drivers? > > As you can see, CONFIG_DEBUG_LL is not enabled, so you can ignore > CONFIG_DEBUG_LL_* defaults. lpae simply doesn't enable bcm63xx. >
I agree, but SoC bcm63xx support seems to forcibly enable alot of various defines even with DEBUG_LL disabled, maybe try to test with bcm63xx disabled? > Regards, > Andreas > > P.S. No need for HTML here. :) > > -- > SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany > GF: Felix Imendörffer, Jane Smithard, Graham Norton; HRB 21284 (AG Nürnberg) -- Best Regards, Misha Komarovskiy zombahatgmaildotcom -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
