summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_beagle.h
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2010-05-03 10:17:41 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2010-05-17 08:11:41 +0200
commit74f700341c656e1636221a53347caccbfc07c224 (patch)
treeb3180699898bf6c0414504449b50b5a841cc23f1 /include/configs/omap3_beagle.h
parent9ac95b514d21dfb112c69b0eea187e14517f9a26 (diff)
downloadbootable_bootloader_goldelico_gta04-74f700341c656e1636221a53347caccbfc07c224.zip
bootable_bootloader_goldelico_gta04-74f700341c656e1636221a53347caccbfc07c224.tar.gz
bootable_bootloader_goldelico_gta04-74f700341c656e1636221a53347caccbfc07c224.tar.bz2
OMAP3: beagle: pass expansionboard name in bootargs
This makes it possible to do in-kernel fixups for expansionboards like reclaiming GPIOs
Diffstat (limited to 'include/configs/omap3_beagle.h')
-rw-r--r--include/configs/omap3_beagle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 736b124..acca697 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -185,6 +185,7 @@
"usbtty=cdc_acm\0" \
"console=ttyS2,115200n8\0" \
"mpurate=500\0" \
+ "buddy=none\0" \
"vram=12M\0" \
"dvimode=640x480MR-16@60\0" \
"defaultdisplay=dvi\0" \
@@ -195,6 +196,7 @@
"nandrootfstype=jffs2\0" \
"mmcargs=setenv bootargs console=${console} " \
"mpurate=${mpurate} " \
+ "buddy=${buddy} "\
"vram=${vram} " \
"omapfb.mode=dvi:${dvimode} " \
"omapdss.def_disp=${defaultdisplay} " \
@@ -202,6 +204,7 @@
"rootfstype=${mmcrootfstype}\0" \
"nandargs=setenv bootargs console=${console} " \
"mpurate=${mpurate} " \
+ "buddy=${buddy} "\
"vram=${vram} " \
"omapfb.mode=dvi:${dvimode} " \
"omapdss.def_disp=${defaultdisplay} " \