diff options
author | Zhao Qiang <qiang.zhao@nxp.com> | 2016-09-08 12:55:33 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-10-14 10:21:30 -0700 |
commit | c5938c10ef70c9b713415cc053b464a64f7c05f8 (patch) | |
tree | d7b942050f544741f3497445f885990691b013a1 /tools/pblimage.c | |
parent | ec90ac7359a10513f1458ad5840858e6d8be0624 (diff) | |
download | u-boot-c5938c10ef70c9b713415cc053b464a64f7c05f8.tar.gz |
pbl: use "wait" command instead of "flush" command
PBL flush command is restricted to CCSR memory space. So use WAIT
PBI command to provide enough time for data to get flush in
target memory.
Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
[York Sun: rewrap commit message]
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'tools/pblimage.c')
-rw-r--r-- | tools/pblimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pblimage.c b/tools/pblimage.c index d74fde9a44..16d94c98c6 100644 --- a/tools/pblimage.c +++ b/tools/pblimage.c @@ -297,7 +297,7 @@ int pblimage_check_params(struct image_tool_params *params) pbi_crc_cmd1 = 0x13; pbi_crc_cmd2 = 0x80; pbl_cmd_initaddr = 0x82000000; - pbl_end_cmd[0] = 0x09138000; + pbl_end_cmd[0] = 0x091380c0; pbl_end_cmd[1] = 0x00000000; pbl_end_cmd[2] = 0x091380c0; pbl_end_cmd[3] = 0x00000000; |