diff options
author | Tom Rini <trini@konsulko.com> | 2015-03-02 13:22:12 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-02 13:22:12 -0500 |
commit | 7547f78ce255de5ea7f6feae4e11ee1619f0b500 (patch) | |
tree | 6f592b25eee59474b654f7c5aade10d014a591d5 /configs | |
parent | ed78b11ca43b37d4cb4a1987cb67dcdd53a869b7 (diff) | |
parent | 84c7204bd18a0051a353c7a6f65a5666e1af9501 (diff) |
Merge branch 'xnext/zynqmp' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'configs')
-rw-r--r-- | configs/xilinx_zynqmp_defconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_defconfig b/configs/xilinx_zynqmp_defconfig new file mode 100644 index 00000000000..8b6aa70c144 --- /dev/null +++ b/configs/xilinx_zynqmp_defconfig @@ -0,0 +1,14 @@ +CONFIG_ARM=y +CONFIG_TARGET_XILINX_ZYNQMP=y +CONFIG_CMD_BDI=y +CONFIG_CMD_BOOTD=y +CONFIG_CMD_RUN=y +CONFIG_CMD_IMI=y +CONFIG_CMD_SAVEENV=y +CONFIG_CMD_FLASH=y +CONFIG_CMD_ECHO=y +CONFIG_CMD_SOURCE=y +CONFIG_CMD_TIME=y +CONFIG_CMD_MISC=y +CONFIG_CMD_TIMER=y +CONFIG_DEFAULT_DEVICE_TREE="zynqmp" |