commit | 1635e48793542dfc9dfa096c87137f03c49088f3 | [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 | 8e97e29f93d7adc570647e68d8c902f84fe5c6d9 [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>