All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 01/13] tricorder: remove lcdmode from bootargs
@ 2013-09-06 13:04 Andreas Bießmann
  2013-09-06 13:04 ` [U-Boot] [PATCH 02/13] tricorder: update flash partitioning Andreas Bießmann
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Andreas Bießmann @ 2013-09-06 13:04 UTC (permalink / raw)
  To: u-boot

From: Thomas Weber <thomas.weber@corscience.de>

Signed-off-by: Thomas Weber <thomas.weber@corscience.de>
Signed-off-by: Andreas Bie?mann <andreas.biessmann@corscience.de>
---
 include/configs/tricorder.h |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h
index a9b2714..1291a08 100644
--- a/include/configs/tricorder.h
+++ b/include/configs/tricorder.h
@@ -147,14 +147,12 @@
 	"loadaddr=0x82000000\0" \
 	"console=ttyO2,115200n8\0" \
 	"mmcdev=0\0" \
-	"vram=12M\0" \
-	"lcdmode=800x600\0" \
+	"vram=3M\0" \
 	"defaultdisplay=lcd\0" \
 	"kernelopts=rw rootwait\0" \
 	"commonargs=" \
 		"setenv bootargs console=${console} " \
 		"vram=${vram} " \
-		"omapfb.mode=lcd:${lcdmode} " \
 		"omapdss.def_disp=${defaultdisplay}\0" \
 	"mmcargs=" \
 		"run commonargs; " \
@@ -164,7 +162,6 @@
 	"nandargs=" \
 		"run commonargs; " \
 		"setenv bootargs ${bootargs} " \
-		"omapfb.mode=lcd:${lcdmode} " \
 		"omapdss.def_disp=${defaultdisplay} " \
 		"root=ubi0:root " \
 		"ubi.mtd=4 " \
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-11-04 14:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-06 13:04 [U-Boot] [PATCH 01/13] tricorder: remove lcdmode from bootargs Andreas Bießmann
2013-09-06 13:04 ` [U-Boot] [PATCH 02/13] tricorder: update flash partitioning Andreas Bießmann
2013-09-06 13:04 ` [U-Boot] [PATCH 03/13] tricorder: use generic provided loadaddr Andreas Bießmann
2013-09-06 13:04 ` [U-Boot] [PATCH 04/13] tricorder: add configuration for a flashcard u-boot Andreas Bießmann
2013-09-10 22:45   ` Wolfgang Denk
2013-09-11  7:08     ` Andreas Bießmann
2013-09-06 13:04 ` [U-Boot] [PATCH 05/13] tricorder: add cmdline history Andreas Bießmann
2013-09-06 13:04 ` [U-Boot] [PATCH 06/13] tricorder: add mtdparts to environment Andreas Bießmann
2013-09-06 13:04 ` [U-Boot] [PATCH 07/13] tricorder: add tricordereeprom command Andreas Bießmann
2013-09-06 13:04 ` [U-Boot] [PATCH 08/13] tricorder: panic() on unknown board Andreas Bießmann
2013-09-06 13:04 ` [U-Boot] [PATCH 09/13] tricorder: add led support Andreas Bießmann
2013-09-06 13:04 ` [U-Boot] [PATCH 10/13] tricorder: Make u-boot faster Andreas Bießmann
2013-09-06 13:04 ` [U-Boot] [PATCH 11/13] tricorder: switch to alternative memtest Andreas Bießmann
2013-09-06 13:04 ` [U-Boot] [PATCH 12/13] tricorder: read kernel directly from NAND Andreas Bießmann
2013-09-06 13:04 ` [U-Boot] [PATCH 13/13] tricorder: support 256MiB SDRAM on revision > D Andreas Bießmann
2013-11-04 14:17 ` [U-Boot] [U-Boot, 01/13] tricorder: remove lcdmode from bootargs Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.