commit | 14fdf91ebfce7b8dd98177e873a7245f1bc21125 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sat Dec 22 01:55:50 2018 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Dec 31 09:42:41 2018 +0800 |
tree | 3fe09c3b83a328230b851f673421ecdf755e1cbd | |
parent | d94bf13c85c2773c8782bc7d6b4ac0190b5d489d [diff] |
fs: cbfs: Make all CBFS_TYPE_xxx macros consistent At present there are 2 macros that are named as CBFS_COMPONENT_xxx. Change them to CBFS_TYPE_xxx for consistency. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>