Compare commits
2 Commits
2aa0dc9607
...
d8c2cf152d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8c2cf152d | ||
|
|
37b3b54b50 |
@ -281,7 +281,7 @@ static void aicfb_video_init(struct udevice *dev)
|
||||
uc_priv->fb = (void *)priv->fb_start;
|
||||
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);
|
||||
#endif
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
/opt/linuxOS_D21X/target/d211/ota/image_cfg.json
|
||||
/opt/linuxOS_D21X/target/d211/demo128_nand/image_cfg.json
|
||||
@ -7,7 +7,7 @@ BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
|
||||
BR2_TARGET_GENERIC_HOSTNAME="ArtInChip-Device"
|
||||
# BR2_TARGET_ENABLE_ROOT_LOGIN is not set
|
||||
BR2_TARGET_TZ_INFO=y
|
||||
BR2_TARGET_LOCALTIME="Asia/Shanghai"
|
||||
BR2_TARGET_LOCALTIME="UTC"
|
||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="target/d211/common/post-image.sh"
|
||||
# BR2_TARGET_GENERIC_GETTY is not set
|
||||
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
|
||||
|
||||
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