Skip to content

Commit dba39b6

Browse files
author
Michal Simek
committed
arm: zynq: Remove useless comments from config file
Moving options to Kconfig some comments are useless now. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
1 parent 8eb55e1 commit dba39b6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

include/configs/zynq-common.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@
127127
/* Boot configuration */
128128
#define CONFIG_SYS_LOAD_ADDR 0 /* default? */
129129

130-
/* Distro boot enablement */
131-
132130
#ifdef CONFIG_SPL_BUILD
133131
#define BOOTENV
134132
#else
@@ -244,10 +242,6 @@
244242

245243
#define CONFIG_SYS_LDSCRIPT "arch/arm/mach-zynq/u-boot.lds"
246244

247-
/* Commands */
248-
249-
/* SPL part */
250-
251245
/* MMC support */
252246
#ifdef CONFIG_MMC_SDHCI_ZYNQ
253247
#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1
@@ -279,8 +273,6 @@
279273
CONFIG_SYS_SPI_ARGS_SIZE)
280274
#endif
281275

282-
/* for booting directly linux */
283-
284276
/* SP location before relocation, must use scratch RAM */
285277
#define CONFIG_SPL_TEXT_BASE 0x0
286278

0 commit comments

Comments
 (0)