diff options
| author | Bin Meng <[email protected]> | 2014-12-17 15:50:43 +0800 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2014-12-18 17:26:07 -0700 |
| commit | 63faf2507d263bbd6285b3fe637fd80df05a58a0 (patch) | |
| tree | e9de4e0a73442d32ca6e725afeb909405349d3e2 /include | |
| parent | 8c5224c9f5c8a24ff5153f018e10a3ac4da5783a (diff) | |
x86: Include FSP and CMC binary in the u-boot.rom build rules
Signed-off-by: Bin Meng <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/chromebook_link.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/chromebook_link.h b/include/configs/chromebook_link.h index c9d84e4f062..b311f4c5e6f 100644 --- a/include/configs/chromebook_link.h +++ b/include/configs/chromebook_link.h @@ -39,7 +39,7 @@ {PCI_VENDOR_ID_INTEL, \ PCI_DEVICE_ID_INTEL_PANTHERPOINT_AHCI_MOBILE} -#define CONFIG_X86_OPTION_ROM_FILENAME pci8086,0166.bin +#define CONFIG_X86_OPTION_ROM_FILE pci8086,0166.bin #define CONFIG_X86_OPTION_ROM_ADDR 0xfff90000 #define CONFIG_VIDEO_X86 |
