summaryrefslogtreecommitdiff
authorzhiguang.ouyang <zhiguang.ouyang@amlogic.com>2019-11-20 08:33:51 (GMT)
committer Haixiang Bao <haixiang.bao@amlogic.com>2019-12-05 06:46:42 (GMT)
commit9135cfb24e1d6fcc67367b1fe57c87afda61841b (patch)
tree64c5c03ef9d802f1a3e2954415373fd761c44de2
parentf04d567a68d4b944150eab198a041499a9ef0c12 (diff)
downloaduboot-9135cfb24e1d6fcc67367b1fe57c87afda61841b.zip
uboot-9135cfb24e1d6fcc67367b1fe57c87afda61841b.tar.gz
uboot-9135cfb24e1d6fcc67367b1fe57c87afda61841b.tar.bz2
ddr: timing: LPDDR4_PHY_V_0_1_21 improve ddr fastboot flag set bl33_v2015 [2/4]
PD#TV-12245 Problem: xiaomi set ddr fastboot fail when unexcept power off Solution: ddr_set_t_p->fast_boot[0]=0xfd Verify: test pass at u212/w400/x301/ab301 Change-Id: I6e2ca7b43e7d571f5888e4adfa0f18f7976ac7f2 Signed-off-by: zhiguang.ouyang <zhiguang.ouyang@amlogic.com>
Diffstat
-rw-r--r--common/cmd_ddr_test_g12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_ddr_test_g12.c b/common/cmd_ddr_test_g12.c
index 77f6b0e..9209527 100644
--- a/common/cmd_ddr_test_g12.c
+++ b/common/cmd_ddr_test_g12.c
@@ -11102,7 +11102,7 @@ int do_ddr_auto_fastboot_check(cmd_tbl_t *cmdtp, int flag, int argc, char * cons
{
printf("\nuboot auto fast boot auto window test begin \n");
{
- ddr_set_t_p->fast_boot[0]=0xfe;
+ ddr_set_t_p->fast_boot[0]=0xfd; //0xfd for check unexcept power off status
//#if 1
//printf("print sha\n");
//sprintf(str,"md %08x 0x100", (uint32_t)(uint64_t)(ddr_set_add-32));