Commit 5cca52a4cad8461457d938512829eeb9c68377ff

Authored by Fabio Estevam
Committed by Stefano Babic
1 parent ba4e159f98

wandboard: Remove videoargs script

The videoargs script is kernel version dependent and since wandboard
uses distro config, there is no need to handle videoargs locally.

In case such video related settings are needed, then the proper
location would be the distro extlinux.conf or boot.scr files.

So remove 'videoargs' script.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

Showing 1 changed file with 0 additions and 26 deletions Side-by-side Diff

include/configs/wandboard.h
... ... @@ -116,32 +116,6 @@
116 116 "mmc write ${loadaddr} 0x2 ${fw_sz}; " \
117 117 "fi; " \
118 118 "fi\0" \
119   - "videoargs=" \
120   - "setenv nextcon 0; " \
121   - "if hdmidet; then " \
122   - "setenv bootargs ${bootargs} " \
123   - "video=mxcfb${nextcon}:dev=hdmi,1280x720M@60," \
124   - "if=RGB24; " \
125   - "setenv fbmen fbmem=28M; " \
126   - "setexpr nextcon ${nextcon} + 1; " \
127   - "else " \
128   - "echo - no HDMI monitor;" \
129   - "fi; " \
130   - "i2c dev 1; " \
131   - "if i2c probe 0x10; then " \
132   - "setenv bootargs ${bootargs} " \
133   - "video=mxcfb${nextcon}:dev=lcd,800x480@60," \
134   - "if=RGB666,bpp=32; " \
135   - "if test 0 -eq ${nextcon}; then " \
136   - "setenv fbmem fbmem=10M; " \
137   - "else " \
138   - "setenv fbmem ${fbmem},10M; " \
139   - "fi; " \
140   - "setexpr nextcon ${nextcon} + 1; " \
141   - "else " \
142   - "echo '- no FWBADAPT-7WVGA-LCD-F07A-0102 display';" \
143   - "fi; " \
144   - "setenv bootargs ${bootargs} ${fbmem}\0" \
145 119 "findfdt="\
146 120 "if test $board_name = C1 && test $board_rev = MX6Q ; then " \
147 121 "setenv fdtfile imx6q-wandboard.dtb; fi; " \