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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to