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 /board | |
parent | ec90ac7359a10513f1458ad5840858e6d8be0624 (diff) | |
download | u-boot-imx-c5938c10ef70c9b713415cc053b464a64f7c05f8.zip u-boot-imx-c5938c10ef70c9b713415cc053b464a64f7c05f8.tar.gz u-boot-imx-c5938c10ef70c9b713415cc053b464a64f7c05f8.tar.bz2 |
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 'board')
-rw-r--r-- | board/freescale/t208xqds/t208x_pbi.cfg | 3 | ||||
-rw-r--r-- | board/freescale/t208xrdb/t2080_pbi.cfg | 3 | ||||
-rw-r--r-- | board/freescale/t4qds/t4_pbi.cfg | 3 | ||||
-rw-r--r-- | board/freescale/t4rdb/t4_pbi.cfg | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/board/freescale/t208xqds/t208x_pbi.cfg b/board/freescale/t208xqds/t208x_pbi.cfg index e200d92..43be8a8 100644 --- a/board/freescale/t208xqds/t208x_pbi.cfg +++ b/board/freescale/t208xqds/t208x_pbi.cfg @@ -37,5 +37,4 @@ 09000014 ff000000 09000018 81000000 #Flush PBL data -09138000 00000000 -091380c0 00000000 +091380c0 00100000 diff --git a/board/freescale/t208xrdb/t2080_pbi.cfg b/board/freescale/t208xrdb/t2080_pbi.cfg index e200d92..43be8a8 100644 --- a/board/freescale/t208xrdb/t2080_pbi.cfg +++ b/board/freescale/t208xrdb/t2080_pbi.cfg @@ -37,5 +37,4 @@ 09000014 ff000000 09000018 81000000 #Flush PBL data -09138000 00000000 -091380c0 00000000 +091380c0 00100000 diff --git a/board/freescale/t4qds/t4_pbi.cfg b/board/freescale/t4qds/t4_pbi.cfg index 6126266..8d46003 100644 --- a/board/freescale/t4qds/t4_pbi.cfg +++ b/board/freescale/t4qds/t4_pbi.cfg @@ -18,5 +18,4 @@ 09000014 ff000000 09000018 81000000 #Flush PBL data -09138000 00000000 -091380c0 00000000 +091380c0 00100000 diff --git a/board/freescale/t4rdb/t4_pbi.cfg b/board/freescale/t4rdb/t4_pbi.cfg index e7bb673..0b326fa 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 |