commit | 39ea0ee925327c329053288724b42bda875b4074 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 19 17:33:14 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 11 14:06:44 2016 -0600 |
tree | 159828c05d06a60da3fce7d41c2facdec472be30 | |
parent | 01a227dfc890c8e1b6412a7208fb178d9ac22691 [diff] |
fdt: x86: Tidy up a few COMPAT string definitions The 'COMPAT_' part should appear only once so drop the duplicate part. It is ignored anyway, but let's keep things consistent. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>