Skip to content

Commit

Permalink
cmdline: fixup the [logo] parameter, use value instead ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
gouwa committed Feb 10, 2017
1 parent 4694f8f commit 0f90c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/khadas/configs/kvim.h
Expand Up @@ -88,7 +88,7 @@
"fb_height=1080\0" \
"bootdisk=ramdisk\0" \
"bootargs=" \
"root=LABEL=ROOTFS rootflags=data=writeback rw logo=${display_layer},loaded,${fb_addr},${outputmode} vout=1080p60hz,enable console=ttyS0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.repair=yes net.ifnames=0\0" \
"root=LABEL=ROOTFS rootflags=data=writeback rw logo=osd1,loaded,0x3d800000,1080p60hz vout=1080p60hz,enable console=ttyS0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.repair=yes net.ifnames=0\0" \
"\0" \

/* boot partition name for dual boot
Expand Down

0 comments on commit 0f90c8e

Please sign in to comment.