diff options
author | Wenbin Song <wenbin.song@nxp.com> | 2016-07-15 17:17:46 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-08-02 09:46:07 -0700 |
commit | 6ffc490541cd464ac3340742fa278c13ac7b9d13 (patch) | |
tree | b6da94994e1e4dd4c133ba9b7f623f3c73853226 /include | |
parent | 37eac3f4609c4a6b7c8c3a2f4046fbc5deb07299 (diff) | |
download | u-boot-imx-6ffc490541cd464ac3340742fa278c13ac7b9d13.zip u-boot-imx-6ffc490541cd464ac3340742fa278c13ac7b9d13.tar.gz u-boot-imx-6ffc490541cd464ac3340742fa278c13ac7b9d13.tar.bz2 |
armv8: ls1043a: enable pxe commands
Enable pxe command for ls1043ardb and ls1043aqds.
Signed-off-by: Wenbin Song <wenbin.song@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ls1043a_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h index 0ad5261..e55fcb2 100644 --- a/include/configs/ls1043a_common.h +++ b/include/configs/ls1043a_common.h @@ -175,6 +175,8 @@ /* Command line configuration */ #define CONFIG_CMD_ENV +#define CONFIG_MENU +#define CONFIG_CMD_PXE /* MMC */ #define CONFIG_MMC |