From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ramon Fried Date: Tue, 14 Aug 2018 01:00:04 +0300 Subject: [U-Boot] [PATCH] Kconfig: Migrate CONFIG_NR_DRAM_BANKS Message-ID: <20180813220004.22893-1-ramon.fried@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Move CONFIG_NR_DRAM_BANKS from headers to Kconfig. Signed-off-by: Ramon Fried --- Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Kconfig b/Kconfig index db0f545e45..d96e3373c1 100644 --- a/Kconfig +++ b/Kconfig @@ -104,6 +104,12 @@ config ENV_VARS_UBOOT_CONFIG - CONFIG_SYS_VENDOR - CONFIG_SYS_SOC +config NR_DRAM_BANKS + int "Number of DRAM banks" + default 4 + help + This defines the number of DRAM banks. + config SYS_BOOT_GET_CMDLINE bool "Enable kernel command line setup" help -- 2.18.0