[U-Boot] [PATCH 0/2] Fix boot in some am335x sk boards
Faiz Abbas
faiz_abbas at ti.com
Thu Mar 15 15:41:33 UTC 2018
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
More information about the U-Boot
mailing list