Hello,
it would be better to "convert" .inc initialization script to DCD table of U-boot manually,
since it depends on U-boot version.
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello,
.inc file has format as following :
setmem /32 0x021b0800 = 0xa1390003
meaning write data 0xa1390003 to address 0x021b0800.
corresponding line of the DCD is as following :
DATA 4, 0x021b0800, 0xa1390003
Regards,
Yuri.