diff options
author | Calvin Johnson <calvin.johnson@nxp.com> | 2018-03-08 15:30:35 +0530 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2018-03-22 15:05:31 -0500 |
commit | a802d1e2684a30d01bde657ebf55c2b5eca1d712 (patch) | |
tree | 69b967465153070f5c5c648615d526ed8ed6e240 /include/configs/ls1012a_common.h | |
parent | ac0ba47b9cce15280883c7f196dc9a9a3297afb4 (diff) | |
download | u-boot-a802d1e2684a30d01bde657ebf55c2b5eca1d712.tar.gz u-boot-a802d1e2684a30d01bde657ebf55c2b5eca1d712.tar.xz u-boot-a802d1e2684a30d01bde657ebf55c2b5eca1d712.zip |
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/ls1012a_common.h')
-rw-r--r-- | include/configs/ls1012a_common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h index a58b867c14..0f8033f5b4 100644 --- a/include/configs/ls1012a_common.h +++ b/include/configs/ls1012a_common.h @@ -112,9 +112,9 @@ "kernel_size=0x2800000\0" \ #undef CONFIG_BOOTCOMMAND -#define CONFIG_BOOTCOMMAND "sf probe 0:0; sf read $kernel_load "\ - "$kernel_start $kernel_size && "\ - "bootm $kernel_load" +#define CONFIG_BOOTCOMMAND "pfe stop; sf probe 0:0; sf read $kernel_load "\ + "$kernel_start $kernel_size && "\ + "bootm $kernel_load" /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ |