From 0fb7fd865b1ac0ab4c0546f53484530d866a030b Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 19 Sep 2022 10:16:53 +0200 Subject: [PATCH] xilinx: versal: Remove unused comments from xilinx_versal.h Couple of options have been moved to Kconfig but comments stayed in header that's why remove them. Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/ffaee826dcb6853825ac72db91bb3a682c42297d.1663575411.git.michal.simek@amd.com --- include/configs/xilinx_versal.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h index 971bd69dec..8caf5394ed 100644 --- a/include/configs/xilinx_versal.h +++ b/include/configs/xilinx_versal.h @@ -23,10 +23,6 @@ EFI_GUID(0x20c5fba5, 0x0171, 0x457f, 0xb9, 0xcd, \ 0xf5, 0x12, 0x9c, 0xd0, 0x72, 0x28) -/* Miscellaneous configurable options */ - -/* Console I/O Buffer Size */ - #if defined(CONFIG_CMD_DFU) #define DFU_DEFAULT_POLL_TIMEOUT 300 #define CONFIG_THOR_RESET_OFF -- 2.39.5