We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb55e1 commit dba39b6Copy full SHA for dba39b6
include/configs/zynq-common.h
@@ -127,8 +127,6 @@
127
/* Boot configuration */
128
#define CONFIG_SYS_LOAD_ADDR 0 /* default? */
129
130
-/* Distro boot enablement */
131
-
132
#ifdef CONFIG_SPL_BUILD
133
#define BOOTENV
134
#else
@@ -244,10 +242,6 @@
244
242
245
243
#define CONFIG_SYS_LDSCRIPT "arch/arm/mach-zynq/u-boot.lds"
246
247
-/* Commands */
248
249
-/* SPL part */
250
251
/* MMC support */
252
#ifdef CONFIG_MMC_SDHCI_ZYNQ
253
#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1
@@ -279,8 +273,6 @@
279
273
CONFIG_SYS_SPI_ARGS_SIZE)
280
274
#endif
281
275
282
-/* for booting directly linux */
283
284
276
/* SP location before relocation, must use scratch RAM */
285
277
#define CONFIG_SPL_TEXT_BASE 0x0
286
278
0 commit comments