From c5938c10ef70c9b713415cc053b464a64f7c05f8 Mon Sep 17 00:00:00 2001 From: Zhao Qiang Date: Thu, 8 Sep 2016 12:55:33 +0800 Subject: 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 [York Sun: rewrap commit message] Reviewed-by: York Sun --- board/freescale/t4rdb/t4_pbi.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'board/freescale/t4rdb') diff --git a/board/freescale/t4rdb/t4_pbi.cfg b/board/freescale/t4rdb/t4_pbi.cfg index e7bb673e46..0b326fa163 100644 --- a/board/freescale/t4rdb/t4_pbi.cfg +++ b/board/freescale/t4rdb/t4_pbi.cfg @@ -24,5 +24,4 @@ 09000014 ff000000 09000018 81000000 #Flush PBL data -09138000 00000000 -091380c0 00000000 +091380c0 00100000 -- cgit