Hello,

I want to use kernel command line parameters within my machine file.
If I use the __setup macro I get the following build error:
error: __setup_str_model_bt causes a section type conflict with 
myboard_dt_board_compat

static const char *myboard_dt_board_compat[] __initconst = {
        "vendor,model",
        NULL
};

How can I use command line parameters with device trees?

Greetings
Sebastian Priebe




==========================================
CADCON
Ingenieurgesellschaft mbH & Co. KG
Geschaeftsfuehrer: Robert Bauer, Andreas Gundel
Sitz der Gesellschaft: D-86368 Gersthofen
Registergericht: Amtsgericht Augsburg HRA 14521
==========================================


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to