diff options
Diffstat (limited to 'scripts/init-top/framebuffer')
-rwxr-xr-x | scripts/init-top/framebuffer | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/init-top/framebuffer b/scripts/init-top/framebuffer index c680409..08e36d2 100755 --- a/scripts/init-top/framebuffer +++ b/scripts/init-top/framebuffer @@ -61,10 +61,6 @@ OPTS="" for x in $(cat /proc/cmdline); do case ${x} in - splash*) - FB="vga16fb"; - OPTS=""; - ;; vga=*) FB="vesafb"; OPTS=""; |