Skip to content
Snippets Groups Projects
Commit da9ed5ab authored by Ash Charles's avatar Ash Charles Committed by Tom Rini
Browse files

omap3: overo: Set the Arbor43C 'expansionname'

The Gumstix Arbor43C expansion board [1] uses a customized device tree
file.  When this expansion board is detected, load this file.

[1] https://store.gumstix.com/index.php/products/635/



Signed-off-by: default avatarAsh Charles <ashcharles@gmail.com>
parent 3e35e838
No related branches found
No related tags found
No related merge requests found
......@@ -359,6 +359,7 @@ int misc_init_r(void)
MUX_GUMSTIX();
MUX_ARBOR43C();
setenv("defaultdisplay", "lcd43");
setenv("expansionname", "arbor43c");
break;
case ETTUS_USRP_E:
printf("Recognized Ettus Research USRP-E (rev %d %s)\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment