From: Siva Durga Prasad Paladugu Date: Tue, 10 Mar 2015 07:25:55 +0000 (+0530) Subject: zynqmp: Enable multiprocessor control and elf commands X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc91d1de337f1c19e2855ef9fb59f81ed84bad49;p=thirdparty%2Fu-boot.git zynqmp: Enable multiprocessor control and elf commands Enable multiprocessor control and elf commands for ZynqMP Also define an environment variable autostart for ZynqMP Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 39333e6d63c..30912a3eca5 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -74,6 +74,8 @@ #define CONFIG_CMD_FAT #define CONFIG_CMD_MEMORY #define CONFIG_DOS_PARTITION +#define CONFIG_CMD_ELF +#define CONFIG_MP #define CONFIG_CMD_MII