From 8eb55e19650b7b27ba76cd93a7c2bffba9552d77 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 20 Aug 2018 08:24:14 +0200 Subject: arm64: zynqmp: Handle CONFIG_BOARD_LATE_INIT via Kconfig Disable BOARD_LATE_INIT via Kconfig. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp_mini.h | 1 - include/configs/zynq_cse.h | 1 - 2 files changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/xilinx_zynqmp_mini.h b/include/configs/xilinx_zynqmp_mini.h index 1387d39e791..00ca3d4be82 100644 --- a/include/configs/xilinx_zynqmp_mini.h +++ b/include/configs/xilinx_zynqmp_mini.h @@ -24,7 +24,6 @@ #undef CONFIG_BOOTM_NETBSD #undef CONFIG_BOOTM_VXWORKS #undef CONFIG_BOOTM_LINUX -#undef CONFIG_BOARD_LATE_INIT /* BOOTP options */ #undef CONFIG_BOOTP_BOOTFILESIZE diff --git a/include/configs/zynq_cse.h b/include/configs/zynq_cse.h index c4587a1837c..e7a4d4108ae 100644 --- a/include/configs/zynq_cse.h +++ b/include/configs/zynq_cse.h @@ -17,7 +17,6 @@ /* Undef unneeded configs */ #undef CONFIG_EXTRA_ENV_SETTINGS -#undef CONFIG_BOARD_LATE_INIT #undef CONFIG_ZLIB #undef CONFIG_GZIP -- cgit v1.2.3 From dba39b6c85092f5db3a319509fd79e2af8484f82 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 15 Aug 2018 12:48:52 +0200 Subject: arm: zynq: Remove useless comments from config file Moving options to Kconfig some comments are useless now. Signed-off-by: Michal Simek --- include/configs/zynq-common.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 526fe055a83..f99c2cbf0d4 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -127,8 +127,6 @@ /* Boot configuration */ #define CONFIG_SYS_LOAD_ADDR 0 /* default? */ -/* Distro boot enablement */ - #ifdef CONFIG_SPL_BUILD #define BOOTENV #else @@ -244,10 +242,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 @@ -279,8 +273,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 -- cgit v1.2.3 From 50f56e50d05aac364be1f05e0bed78fb344cb043 Mon Sep 17 00:00:00 2001 From: Luis Araneda Date: Thu, 13 Sep 2018 01:02:07 -0300 Subject: arm: zynq: zybo: migrate CONFIG_DISPLAY to defconfig Only add CONFIG_DISPLAY to defconfig because CONFIG_I2C_EDID is automatically selected by CONFIG_DISPLAY Signed-off-by: Luis Araneda Signed-off-by: Michal Simek --- include/configs/zynq_zybo.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/zynq_zybo.h b/include/configs/zynq_zybo.h index 547ecb68fd0..7d00b412a7e 100644 --- a/include/configs/zynq_zybo.h +++ b/include/configs/zynq_zybo.h @@ -12,8 +12,6 @@ #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 #define CONFIG_ZYNQ_GEM_EEPROM_ADDR 0x50 -#define CONFIG_DISPLAY -#define CONFIG_I2C_EDID #include -- cgit v1.2.3