From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amit Singh Tomar Date: Fri, 8 May 2020 15:53:44 +0530 Subject: [PATCH v2 0/2] Calculate SDRAM size for Actions OWL SoCs Message-ID: <1588933426-3952-1-git-send-email-amittomer25@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 This small series allows us to calculate SDRAM size instead of guessing it. Patch (1/2) is re-worked to support S900 SoC along with S700. These changes have been tested on S700 based Cubieboard7-lite board, and it would be great if this can be tested on S900. Amit Singh Tomar (2): Actions: OWL: Calculate SDRAM size arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs arch/arm/mach-owl/soc.c | 27 ++++++++++++++++++++++++++- include/configs/owl-common.h | 1 - 2 files changed, 26 insertions(+), 2 deletions(-) -- 2.7.4