commit | 3491ee7978f3c3512c1db208935c748084fdc257 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Apr 11 16:16:20 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 18 17:11:37 2016 -0400 |
tree | 976d4baec38a0a6fe6508985401681ead88fb572 | |
parent | c49a1b89d767da724c8ed697be30349eafe7bc1e [diff] |
efi_loader: Increase path string to 32 characters Whenever we want to tell our payload about a path, we limit ourselves to a reasonable amount of characters. So far we only passed in device names - exceeding 16 chars was unlikely there. However by now we also pass real file path information, so let's increase the limit to 32 characters. That way common paths like "boot/efi/bootaa64.efi" fit just fine. Signed-off-by: Alexander Graf <agraf@suse.de>