]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Refactor u-boot.rom build rules
authorBin Meng <bmeng.cn@gmail.com>
Fri, 12 Dec 2014 13:05:21 +0000 (21:05 +0800)
committerSimon Glass <sjg@chromium.org>
Sun, 14 Dec 2014 05:32:04 +0000 (22:32 -0700)
commitc7016234f77e3c46dab08f84399bcc4b48268c04
treef9a577bf38abbfea6efa612571f2170e716e5c14
parent7dfb172d67f8c665be7377b5507e43304166cad0
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>
Makefile