commit | c7016234f77e3c46dab08f84399bcc4b48268c04 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Dec 12 21:05:21 2014 +0800 |
committer | Simon Glass <sjg@chromium.org> | Sat Dec 13 22:32:04 2014 -0700 |
tree | f9a577bf38abbfea6efa612571f2170e716e5c14 | |
parent | 7dfb172d67f8c665be7377b5507e43304166cad0 [diff] |
x86: Refactor u-boot.rom build rules Refactor u-boot.rom build rules by utilizing quiet_cmd_ and cmd_ macros. Also make writing mrc.bin and pci option rom to u-boot.rom optional and remove mrc.bin from its dependent file list as not every x86 board port needs mrc binary blob. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>