diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-11-28 02:36:06 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-11-28 02:36:06 +0000 |
commit | 2f2e0b4f59bc8aa132c7d72a437c0e833cefdf21 (patch) | |
tree | 33666192037bb09945b73013c786be10f3eacae5 /target/linux/ps3/config-2.6.23 | |
parent | c37770c76389b280cac9ee69983cb18e1d7ec198 (diff) |
ps3: use readable video mode descriptions in readme
The ps3 video modes can be specified as readable names (eg "720p"), so
use those instead.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9605 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3/config-2.6.23')
-rw-r--r-- | target/linux/ps3/config-2.6.23 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ps3/config-2.6.23 b/target/linux/ps3/config-2.6.23 index ab5d55b44c..bd8c0cae8f 100644 --- a/target/linux/ps3/config-2.6.23 +++ b/target/linux/ps3/config-2.6.23 @@ -222,7 +222,7 @@ CONFIG_ARCH_MEMORY_PROBE=y # CONFIG_SCHED_SMT is not set CONFIG_PROC_DEVICETREE=y CONFIG_CMDLINE_BOOL=y -CONFIG_CMDLINE="root=/dev/ram0 video=ps3fb:mode:0" +CONFIG_CMDLINE="root=/dev/ram0 video=0" # CONFIG_PM is not set # CONFIG_SECCOMP is not set # CONFIG_WANT_DEVICE_TREE is not set |