change boot pic eplayer
This commit is contained in:
parent
37b3b54b50
commit
d8c2cf152d
@ -281,7 +281,7 @@ static void aicfb_video_init(struct udevice *dev)
|
|||||||
uc_priv->fb = (void *)priv->fb_start;
|
uc_priv->fb = (void *)priv->fb_start;
|
||||||
uc_priv->fb_size = dt->stride * dt->height;
|
uc_priv->fb_size = dt->stride * dt->height;
|
||||||
|
|
||||||
memset(uc_priv->fb, 0xFF, uc_priv->fb_size);
|
memset(uc_priv->fb, 0, uc_priv->fb_size);
|
||||||
flush_dcache_range(priv->fb_start, priv->fb_start + uc_priv->fb_size);
|
flush_dcache_range(priv->fb_start, priv->fb_start + uc_priv->fb_size);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
/opt/linuxOS_D21X/target/d211/ota/image_cfg.json
|
/opt/linuxOS_D21X/target/d211/demo128_nand/image_cfg.json
|
||||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 33 KiB |
Binary file not shown.
Loading…
Reference in New Issue
Block a user