summaryrefslogtreecommitdiffstats
path: root/board/overo
diff options
context:
space:
mode:
authorAsh Charles <ashcharles@gmail.com>2015-04-28 16:17:50 -0700
committerTom Rini <trini@konsulko.com>2015-05-10 07:29:39 -0400
commitda9ed5ab5db8b941b1e2b00078b39390c65d4f45 (patch)
treecf3d0a2735fb30d7ba249a8560c6133ecf5a2e1e /board/overo
parent3e35e8381e66eafc6ab8fa18918a27dce96432a9 (diff)
downloadblackbird-obmc-uboot-da9ed5ab5db8b941b1e2b00078b39390c65d4f45.tar.gz
blackbird-obmc-uboot-da9ed5ab5db8b941b1e2b00078b39390c65d4f45.zip
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: Ash Charles <ashcharles@gmail.com>
Diffstat (limited to 'board/overo')
-rw-r--r--board/overo/overo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/overo/overo.c b/board/overo/overo.c
index b7f85e711b..0c2be4c364 100644
--- a/board/overo/overo.c
+++ b/board/overo/overo.c
@@ -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",
OpenPOWER on IntegriCloud