diff options
author | Biwen Li <biwen.li@nxp.com> | 2019-11-15 15:10:14 +0800 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2019-11-27 13:12:19 +0530 |
commit | a3c9805f791eb0f7700fe7a1b8f5bbb1027ab49e (patch) | |
tree | e7586f2ea112f1585d8e27fe065081369dbab68e /include/configs/ls1012a2g5rdb.h | |
parent | 283e4ab5313e6f2a84bf5ac24d6fd22c7971fed4 (diff) | |
download | u-boot-a3c9805f791eb0f7700fe7a1b8f5bbb1027ab49e.tar.gz |
include/configs: ls1012a: add pfe stop command
This adds pfe stop command before boot linux kernel
to fix a problem that ethernet won't be workable
after enter linux. Because there is a h/w limitation
in LS1012A PFE, to re-initialize PFE it has to be
safe shutdown, these steps are done through PFE stop.
Signed-off-by: Biwen Li <biwen.li@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/configs/ls1012a2g5rdb.h')
-rw-r--r-- | include/configs/ls1012a2g5rdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls1012a2g5rdb.h b/include/configs/ls1012a2g5rdb.h index cb329385d9..5943b69716 100644 --- a/include/configs/ls1012a2g5rdb.h +++ b/include/configs/ls1012a2g5rdb.h @@ -85,7 +85,7 @@ "installer=load mmc 0:2 $load_addr " \ "/flex_installer_arm64.itb; " \ "bootm $load_addr#$board\0" \ - "qspi_bootcmd=echo Trying load from qspi..;" \ + "qspi_bootcmd=pfe stop; echo Trying load from qspi..;" \ "sf probe && sf read $load_addr " \ "$kernel_addr $kernel_size; env exists secureboot " \ "&& sf read $kernelheader_addr_r $kernelheader_addr " \ |