diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-02-13 13:33:32 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-02-14 14:31:11 +0100 |
commit | 06efd3e53c2bd87d6c4c6fd5b3f7edc12684161b (patch) | |
tree | fa8eb7e3c53320d244d9b46d4519cc295bf50bee /configs/xilinx_zynqmp_zcu111_revA_defconfig | |
parent | f6b71d830f96e36efde398eb79cae0a1bb495c0f (diff) | |
download | u-boot-06efd3e53c2bd87d6c4c6fd5b3f7edc12684161b.tar.gz u-boot-06efd3e53c2bd87d6c4c6fd5b3f7edc12684161b.tar.xz u-boot-06efd3e53c2bd87d6c4c6fd5b3f7edc12684161b.zip |
arm64: zynqmp: Remove board config files
All options have been moved to Kconfig and there is no need to have
board header files. Mini configurations require them that's why they are
still there.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/xilinx_zynqmp_zcu111_revA_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_zcu111_revA_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/xilinx_zynqmp_zcu111_revA_defconfig b/configs/xilinx_zynqmp_zcu111_revA_defconfig index eacd88e007..74106d7ea8 100644 --- a/configs/xilinx_zynqmp_zcu111_revA_defconfig +++ b/configs/xilinx_zynqmp_zcu111_revA_defconfig @@ -1,5 +1,4 @@ CONFIG_ARM=y -CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_zcu111" CONFIG_ARCH_ZYNQMP=y CONFIG_SYS_TEXT_BASE=0x8000000 CONFIG_SYS_MALLOC_F_LEN=0x8000 |