From patchwork Sat May 9 08:15:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Tomer X-Patchwork-Id: 245333 List-Id: U-Boot discussion From: amittomer25 at gmail.com (Amit Singh Tomar) Date: Sat, 9 May 2020 13:45:06 +0530 Subject: [PATCH v4 0/2] Calculate SDRAM size for Actions OWL SoCs Message-ID: <1589012108-11064-1-git-send-email-amittomer25@gmail.com> Mani pointed out that changes in previous version were not good enough for S900 and he provide snippet that seems to work on S900. This series v4 fixes the S900 Support by taking in changes suggested by Mani. --------------------------------------------------------------------- Realized that sent the wrong version(v2) that has typos and didn't get compile for S900. Just fixed this in v3. 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 | 22 +++++++++++++++++++++- include/configs/owl-common.h | 1 - 2 files changed, 21 insertions(+), 2 deletions(-)