forked from scorp2kk/u-boot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rockchip: resource: support parse "logo" partition picture
We provide a "logo" partition for user to store logo.bmp and update from kernel user space dynamically. This patch follows the rkdevelop usage: - Only support store one picture named "logo.bmp"; - Use "dd" command to generate partition image with logo.img eg: "dd if=logo.bmp of=logo.img count=1 bs=19456" Change-Id: Iffde4d123e303c010d99cd446c241a535bce1dcf Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
- Loading branch information
1 parent
47e67a8
commit 1d30bcc
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters