mbox series

[0/3] Provide partition names to commands in environment

Message ID 20180226211801.16060-1-semen.protsenko@linaro.org
Headers show
Series Provide partition names to commands in environment | expand

Message

Sam Protsenko Feb. 26, 2018, 9:17 p.m. UTC
This patch series makes it possible to pass partition name to "part
start" and "part size" commands, and fixes corresponding magic numbers
(partition numbers) in TI boot environment.

Sam Protsenko (3):
  cmd: part: Allow passing partition name to start and size
  cmd: part: Extract common code to separate function
  env: ti: boot: Get rid of magic numbers

 cmd/part.c                    | 75 +++++++++++++++++++++----------------------
 include/environment/ti/boot.h | 10 +++---
 2 files changed, 41 insertions(+), 44 deletions(-)