[U-Boot] [PATCH] arm: zynq: Remove useless comments from config file
Michal Simek
michal.simek at xilinx.com
Wed Aug 15 10:49:32 UTC 2018
Moving options to Kconfig some comments are useless now.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
include/configs/zynq-common.h | 8 --------
1 file changed, 8 deletions(-)
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index 2506d2b80606..dded9cd3bf36 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -128,8 +128,6 @@
/* Boot configuration */
#define CONFIG_SYS_LOAD_ADDR 0 /* default? */
-/* Distro boot enablement */
-
#ifdef CONFIG_SPL_BUILD
#define BOOTENV
#else
@@ -249,10 +247,6 @@
#define CONFIG_SYS_LDSCRIPT "arch/arm/mach-zynq/u-boot.lds"
-/* Commands */
-
-/* SPL part */
-
/* MMC support */
#ifdef CONFIG_MMC_SDHCI_ZYNQ
#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1
@@ -284,8 +278,6 @@
CONFIG_SYS_SPI_ARGS_SIZE)
#endif
-/* for booting directly linux */
-
/* SP location before relocation, must use scratch RAM */
#define CONFIG_SPL_TEXT_BASE 0x0
--
1.9.1
More information about the U-Boot
mailing list