summaryrefslogtreecommitdiff
path: root/include/configs/tegra2-common.h
diff options
context:
space:
mode:
authorDoug Anderson <dianders@chromium.org>2011-07-20 16:42:21 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:59:04 -0700
commit40866f7fef21a49cf590368c3ac76d8669abc870 (patch)
treee148d27f6683732572e5910bfbb7f2ae19c31880 /include/configs/tegra2-common.h
parent9c5a50547aa58c7e95443572aba3f2ff14e5c2e7 (diff)
CHROMIUM: ARM: tegra: Remove the 'video=' kernel command line parameter.
BUG=chromium-os:17923 TEST=Booted. Change-Id: I837063bc6458d5ad04433d0fcdab6e85369a53bd Reviewed-on: http://gerrit.chromium.org/gerrit/4445 Tested-by: Doug Anderson <dianders@chromium.org> Reviewed-by: Olof Johansson <olofj@chromium.org>
Diffstat (limited to 'include/configs/tegra2-common.h')
-rw-r--r--include/configs/tegra2-common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h
index 2b702ae719..b5b6f18ba7 100644
--- a/include/configs/tegra2-common.h
+++ b/include/configs/tegra2-common.h
@@ -214,7 +214,6 @@
* Args:
* linuxconsole - console passed to the kernel
* lp0_args: ?
- * videospec: ?
* platform_extras: Platform-specific bootargs.
* dev_extras: Placeholder space for developers to put their own boot args.
* extra_bootargs: Filled in by update_firmware_vars.py script in some cases.
@@ -222,7 +221,6 @@
#define CONFIG_REGEN_ALL_SETTINGS \
"linuxconsole=ttyS0,115200n8\0" \
"lp0_args=" TEGRA_LP0_VEC "\0" \
- "videospec=tegrafb\0" \
"platform_extras=" TEGRA2_SYSMEM "\0" \
"dev_extras=\0" \
"extra_bootargs=\0" \
@@ -232,7 +230,6 @@
"setenv bootargs " \
"console=${linuxconsole} " \
"${lp0_args} "\
- "video=${videospec} " \
"${platform_extras} " \
"${dev_extras} " \
"${extra_bootargs} " \