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>
This commit is contained in:
parent
8eb55e1965
commit
dba39b6c85
|
|
@ -127,8 +127,6 @@
|
||||||
/* Boot configuration */
|
/* Boot configuration */
|
||||||
#define CONFIG_SYS_LOAD_ADDR 0 /* default? */
|
#define CONFIG_SYS_LOAD_ADDR 0 /* default? */
|
||||||
|
|
||||||
/* Distro boot enablement */
|
|
||||||
|
|
||||||
#ifdef CONFIG_SPL_BUILD
|
#ifdef CONFIG_SPL_BUILD
|
||||||
#define BOOTENV
|
#define BOOTENV
|
||||||
#else
|
#else
|
||||||
|
|
@ -244,10 +242,6 @@
|
||||||
|
|
||||||
#define CONFIG_SYS_LDSCRIPT "arch/arm/mach-zynq/u-boot.lds"
|
#define CONFIG_SYS_LDSCRIPT "arch/arm/mach-zynq/u-boot.lds"
|
||||||
|
|
||||||
/* Commands */
|
|
||||||
|
|
||||||
/* SPL part */
|
|
||||||
|
|
||||||
/* MMC support */
|
/* MMC support */
|
||||||
#ifdef CONFIG_MMC_SDHCI_ZYNQ
|
#ifdef CONFIG_MMC_SDHCI_ZYNQ
|
||||||
#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1
|
#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1
|
||||||
|
|
@ -279,8 +273,6 @@
|
||||||
CONFIG_SYS_SPI_ARGS_SIZE)
|
CONFIG_SYS_SPI_ARGS_SIZE)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* for booting directly linux */
|
|
||||||
|
|
||||||
/* SP location before relocation, must use scratch RAM */
|
/* SP location before relocation, must use scratch RAM */
|
||||||
#define CONFIG_SPL_TEXT_BASE 0x0
|
#define CONFIG_SPL_TEXT_BASE 0x0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue