From mboxrd@z Thu Jan 1 00:00:00 1970 From: Faiz Abbas Date: Thu, 15 Mar 2018 21:11:33 +0530 Subject: [U-Boot] [PATCH 0/2] Fix boot in some am335x sk boards Message-ID: <1521128495-4551-1-git-send-email-faiz_abbas@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de am335x standard kit boards with rev >= 1.2A require gpio support to enable DDR in SPL. This was failing because gpio drivers were not getting bound to the gpio devices in SPL. These patches fix this issue. Faiz Abbas (2): gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flag configs: am335x_evm: Increase SPL_SYS_MALLOC_F_LEN to accomodate gpio_devices configs/am335x_evm_defconfig | 1 + configs/am335x_hs_evm_defconfig | 1 + drivers/gpio/omap_gpio.c | 1 + 3 files changed, 3 insertions(+) -- 2.7.4