]> git.baikalelectronics.ru Git - uboot.git/commitdiff
Merge branch 'for-2023.04' of https://source.denx.de/u-boot/custodians/u-boot-mpc8xx
authorTom Rini <trini@konsulko.com>
Sun, 12 Feb 2023 20:25:09 +0000 (15:25 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 12 Feb 2023 20:25:09 +0000 (15:25 -0500)
- A fix for a long standing bug that has been exposed by commit
  9b1d41aa294 ("cyclic: get rid of cyclic_init()") preventing 8xx boards
  from booting since u-boot 2023.01
- A GPIO driver for powerpc 8xx chip
- Fixup for powerpc 8xx SPI driver
- A new powerpc 8xx board
- The two devices having that board.

1  2 
drivers/gpio/Makefile

index fcd136367ac941675a7486181571889a8c98a3d8,baceb54d3187d5c164daffa3629ff4c812f4cdf9..1e81e369629bd369e0a60521ef7dfa3c9d4ac393
@@@ -36,8 -38,11 +36,9 @@@ obj-$(CONFIG_SANDBOX_GPIO)   += sandbox.
  obj-$(CONFIG_TEGRA_GPIO)      += tegra_gpio.o
  obj-$(CONFIG_TEGRA186_GPIO)   += tegra186_gpio.o
  obj-$(CONFIG_DA8XX_GPIO)      += da8xx_gpio.o
 -obj-$(CONFIG_DM644X_GPIO)     += da8xx_gpio.o
  obj-$(CONFIG_ALTERA_PIO)      += altera_pio.o
 -obj-$(CONFIG_MPC83XX_GPIO)    += mpc83xx_gpio.o
  obj-$(CONFIG_MPC8XXX_GPIO)    += mpc8xxx_gpio.o
+ obj-$(CONFIG_MPC8XX_GPIO)     += mpc8xx_gpio.o
  obj-$(CONFIG_MPC83XX_SPISEL_BOOT)     += mpc83xx_spisel_boot.o
  obj-$(CONFIG_SH_GPIO_PFC)     += sh_pfc.o
  obj-$(CONFIG_OMAP_GPIO)       += omap_gpio.o