]> git.ipfire.org Git - people/ms/u-boot.git/commit
fdtgrep: Simplify the alias generation code
authorSimon Glass <sjg@chromium.org>
Sun, 18 Oct 2015 01:41:16 +0000 (19:41 -0600)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 4 Nov 2015 13:49:51 +0000 (14:49 +0100)
commitf403914dfc0e08f6dd2284429097faa27d29c1ac
treeb72284cfaecbd735f6f97da0b2a516689a11c33a
parent9d8ac956af304072dd11054e2b981ac3770ca49b
fdtgrep: Simplify the alias generation code

We don't need to allocate a new region list when we run out of space.
The outer function can take care of this for us.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
tools/fdtgrep.c