diff options
author | Qianyu Gong <qianyu.gong@nxp.com> | 2017-06-12 17:14:52 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-08-09 09:11:34 -0700 |
commit | 3016084b38db72e6f696355c8359e6c45d7ab080 (patch) | |
tree | b4999848c7357b409c0f2682b04998a6bf5501ce /board | |
parent | 9bb272e90acf7182311dc524df69b125eac92a53 (diff) | |
download | u-boot-3016084b38db72e6f696355c8359e6c45d7ab080.tar.gz |
armv8: ls1046ardb: update core frequency to 1800MHZ
Update the default core frequency to 1800MHZ for best performance under
SD boot and eMMC boot.
Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/ls1046ardb/ls1046ardb_rcw_emmc.cfg | 2 | ||||
-rw-r--r-- | board/freescale/ls1046ardb/ls1046ardb_rcw_sd.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/ls1046ardb/ls1046ardb_rcw_emmc.cfg b/board/freescale/ls1046ardb/ls1046ardb_rcw_emmc.cfg index 6a5076e099..ccedf87e84 100644 --- a/board/freescale/ls1046ardb/ls1046ardb_rcw_emmc.cfg +++ b/board/freescale/ls1046ardb/ls1046ardb_rcw_emmc.cfg @@ -1,7 +1,7 @@ #PBL preamble and RCW header aa55aa55 01ee0100 # RCW -0c150010 0e000000 00000000 00000000 +0c150012 0e000000 00000000 00000000 11335559 40000012 60040000 c1000000 00000000 00000000 00000000 00238800 20124000 00003000 00000096 00000001 diff --git a/board/freescale/ls1046ardb/ls1046ardb_rcw_sd.cfg b/board/freescale/ls1046ardb/ls1046ardb_rcw_sd.cfg index d5265b846f..d3b152282f 100644 --- a/board/freescale/ls1046ardb/ls1046ardb_rcw_sd.cfg +++ b/board/freescale/ls1046ardb/ls1046ardb_rcw_sd.cfg @@ -1,7 +1,7 @@ #PBL preamble and RCW header aa55aa55 01ee0100 # RCW -0c150010 0e000000 00000000 00000000 +0c150012 0e000000 00000000 00000000 11335559 40005012 60040000 c1000000 00000000 00000000 00000000 00238800 20124000 00003101 00000096 00000001 |