]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/tricorder.h
tricorder: remove lcdmode from bootargs
[karo-tx-uboot.git] / include / configs / tricorder.h
index 4e2cb65b0a3e4b8fc4fe0dc905d7a11995fb6898..b1f3cb883c07b78cd67e81aee4999fb46904a2a8 100644 (file)
@@ -10,7 +10,7 @@
  *
  * Configuration settings for the Tricorder board.
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __CONFIG_H
@@ -19,6 +19,7 @@
 /* High Level Configuration Options */
 #define CONFIG_OMAP                    /* in a TI OMAP core */
 #define CONFIG_OMAP34XX                        /* which is a 34XX */
+#define CONFIG_OMAP_COMMON
 
 #define CONFIG_MACH_TYPE               MACH_TYPE_TRICORDER
 /*
        "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; " \
        "nandargs=" \
                "run commonargs; " \
                "setenv bootargs ${bootargs} " \
-               "omapfb.mode=lcd:${lcdmode} " \
                "omapdss.def_disp=${defaultdisplay} " \
                "root=ubi0:root " \
                "ubi.mtd=4 " \