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_zc1751_xm017_dc3_defconfig | |
parent | f6b71d830f96e36efde398eb79cae0a1bb495c0f (diff) |
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_zc1751_xm017_dc3_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig b/configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig index d91d511a3a..439f89e50f 100644 --- a/configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig +++ b/configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig @@ -1,5 +1,4 @@ CONFIG_ARM=y -CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_zc1751_xm017_dc3" CONFIG_ARCH_ZYNQMP=y CONFIG_SYS_TEXT_BASE=0x8000000 CONFIG_SYS_MALLOC_F_LEN=0x8000 |