summaryrefslogtreecommitdiff
path: root/include/configs/ls1012ardb.h
diff options
context:
space:
mode:
authorCalvin Johnson <calvin.johnson@nxp.com>2018-03-08 15:30:35 +0530
committerJoe Hershberger <joe.hershberger@ni.com>2018-03-22 15:05:31 -0500
commita802d1e2684a30d01bde657ebf55c2b5eca1d712 (patch)
tree69b967465153070f5c5c648615d526ed8ed6e240 /include/configs/ls1012ardb.h
parentac0ba47b9cce15280883c7f196dc9a9a3297afb4 (diff)
configs: ls1012a: add pfe configuration for LS1012A
Add configurations for PFE. Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com> Signed-off-by: Anjaneyulu Jagarlmudi <anji.jagarlmudi@nxp.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/ls1012ardb.h')
-rw-r--r--include/configs/ls1012ardb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls1012ardb.h b/include/configs/ls1012ardb.h
index 43f623637e..442c95eb14 100644
--- a/include/configs/ls1012ardb.h
+++ b/include/configs/ls1012ardb.h
@@ -117,7 +117,7 @@
"bootm $load_addr#$board\0"
#undef CONFIG_BOOTCOMMAND
-#define CONFIG_BOOTCOMMAND "run distro_bootcmd; run qspi_bootcmd; " \
+#define CONFIG_BOOTCOMMAND "pfe stop; run distro_bootcmd; run qspi_bootcmd; "\
"env exists secureboot && esbc_halt;"
#include <asm/fsl_secure_boot.h>