aboutsummaryrefslogtreecommitdiffstats
path: root/GTA04/bootargs.txt
diff options
context:
space:
mode:
authorH. Nikolaus Schaller <hns@goldelico.com>2013-06-25 12:06:06 +0200
committerH. Nikolaus Schaller <hns@goldelico.com>2013-07-22 18:58:13 +0200
commita9192441da35bc681ceacd5e7e4555b979b1e93b (patch)
tree11b5995a183131d3b292bb4ca2e88e70f44cbb29 /GTA04/bootargs.txt
parent829cabfb8fc4f9e7c76f4434bddfc6fbfdd32d3d (diff)
downloadkernel_goldelico_gta04-a9192441da35bc681ceacd5e7e4555b979b1e93b.tar.gz
kernel_goldelico_gta04-a9192441da35bc681ceacd5e7e4555b979b1e93b.tar.bz2
kernel_goldelico_gta04-a9192441da35bc681ceacd5e7e4555b979b1e93b.zip
made LCD panel initialization more universal
so that we can now use a single configuration file for all GTA04-custom variants. The trick is to evaluate the mux= command line argument and update the kernel data structures dynamically so that finally we load a different panel driver and have different platform data for the touch screen. The same mechanism can be used in the future to enable custom board specific features like RFID reader etc. Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Diffstat (limited to 'GTA04/bootargs.txt')
-rw-r--r--GTA04/bootargs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/GTA04/bootargs.txt b/GTA04/bootargs.txt
index 76454e217bb..ab6dda5f73c 100644
--- a/GTA04/bootargs.txt
+++ b/GTA04/bootargs.txt
@@ -48,7 +48,7 @@ setenv omapfbvram 0:8M,1:4M
# compile boot args
-setenv bootargs "console=${console} mpurate=${mpurate} vram=${vram} omapfb.vram=${omapfbvram} omapfb.mode=dvi:${dvimode} omapfb.debug=y omapdss.def_disp=${defaultdisplay} ubi.mtd=${nand} root=${mmcroot} rootfstype=${mmcrootfstype}"
+setenv bootargs "console=${console} mux=${mux} mpurate=${mpurate} vram=${vram} omapfb.vram=${omapfbvram} omapfb.mode=dvi:${dvimode} omapfb.debug=y omapdss.def_disp=${defaultdisplay} ubi.mtd=${nand} root=${mmcroot} rootfstype=${mmcrootfstype}"
# echo after: $bootargs
# echo root: $mmcroot