commit | 6c4247e98eb3b1bf7ec19b61915c803db5670ad0 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun May 31 14:57:35 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 04 03:02:57 2015 -0600 |
tree | 7327ff07d89283dcaa1e1991fdbdf82fd4ccd685 | |
parent | 4be2f42bbc8171eae930db37f370f10779c5b02c [diff] |
tools: ifdtool: Do not write region while its size is negative We should ignore those regions whose size is negative. These are typically optional and unused regions (like GbE and platform data). Change-Id: I65ad01746144604a1dc0588b617af21f2722ebbf Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>