mbox series

[U-Boot,0/2] ARM: omap3: evm: Fix distro bootcmd

Message ID 20180121031614.29091-1-woods.technical@gmail.com
Headers show
Series ARM: omap3: evm: Fix distro bootcmd | expand

Message

Derald Woods Jan. 21, 2018, 3:16 a.m. UTC
This series fixes an omap3_evm boot hang on master. It contains a patch
to "config_distro_bootcmd.h" which allows board defined UBI partition and
volume names. This is used by omap3_evm to eliminate some lines of code.

Derald D. Woods (2):
  distro bootcmd: Allow board defined UBI partition and volume names
  ARM: omap3: evm: Fix distro bootcmd UBIFS and MMC support

 include/config_distro_bootcmd.h | 15 +++++---
 include/configs/omap3_evm.h     | 80 +++++++++++++----------------------------
 2 files changed, 35 insertions(+), 60 deletions(-)