commit | 041f927d2a7f947a5f085e2d758d43003f4c6362 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Oct 20 15:51:18 2021 +0300 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Nov 01 09:50:55 2021 +0800 |
tree | 54a68f080541eeaf191058ac7d7adf8845bba623 | |
parent | bc14b935e56211c8402d20b58be9a657d446d497 [diff] |
x86: tangier: Replace Method() by Name() for _STA object There is no point to use Method() for the constant. Replace it with Name() defined object. For the _STA case it saves 3 bytes per each entry. Before: 2881 After: 2833 Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>