commit | 07a6c69759eb4a99f044962c8c40c093af534351 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Apr 18 05:11:13 2024 +0200 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 03 07:36:32 2024 +0100 |
tree | c0ef56dc0dfb584e0172c3068d8d40274cdd6468 | |
parent | d1fffbe3c808a9012a05b048560e17ce43f8ef9e [diff] |
acpi: set creator_revision in acpi_fill_header We should have a single place where we write the default value to the creator revision field. If we ever will have any table created by another tool, we can overwrite the value afterwards. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>