Skip to content
Snippets Groups Projects
Commit a7159e20 authored by Michal Simek's avatar Michal Simek
Browse files

ARM64: zynqmp: Enable FIT config option via Kconfig


Remove configuration options from board file.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent b8de29fe
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@ CONFIG_ARCH_ZYNQMP=y
CONFIG_ZYNQMP_USB=y
CONFIG_SYS_TEXT_BASE=0x8000000
CONFIG_DEFAULT_DEVICE_TREE="zynqmp-ep108"
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_SYS_PROMPT="ZynqMP> "
# CONFIG_CMD_CONSOLE is not set
# CONFIG_CMD_IMLS is not set
......
......@@ -214,9 +214,6 @@
#define CONFIG_CMD_SCSI
#endif
#define CONFIG_FIT
#define CONFIG_FIT_VERBOSE /* enable fit_format_{error,warning}() */
#define CONFIG_SYS_BOOTM_LEN (60 * 1024 * 1024)
#define CONFIG_CMD_BOOTI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment