mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 22:52:18 +00:00
mx6: Avoid writing to read-only bits in imximage.cfg
If in case this is valid according to the latest datasheet, ignore this patch. Acked-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
be8d6b614f
commit
b29da17494
2 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@ DATA 4 0x020c407c 0x0F0000C3
|
|||
DATA 4 0x020c4080 0x000003FF
|
||||
|
||||
# enable AXI cache for VDOA/VPU/IPU
|
||||
DATA 4 0x020e0010 0xF00000FF
|
||||
DATA 4 0x020e0010 0xF00000CF
|
||||
# set IPU AXI-id0 Qos=0xf(bypass) AXI-id1 Qos=0x7
|
||||
DATA 4 0x020e0018 0x007F007F
|
||||
DATA 4 0x020e001c 0x007F007F
|
||||
|
|
|
@ -164,7 +164,7 @@ DATA 4 0x020c407c 0x0F0000C3
|
|||
DATA 4 0x020c4080 0x000003FF
|
||||
|
||||
# enable AXI cache for VDOA/VPU/IPU
|
||||
DATA 4 0x020e0010 0xF00000FF
|
||||
DATA 4 0x020e0010 0xF00000CF
|
||||
# set IPU AXI-id0 Qos=0xf(bypass) AXI-id1 Qos=0x7
|
||||
DATA 4 0x020e0018 0x007F007F
|
||||
DATA 4 0x020e001c 0x007F007F
|
||||
|
|
Loading…
Reference in a new issue