commit | 3340f2cc0b8b2e3213e8c4acbcfbd100d3ef5cfe | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Dec 10 22:03:01 2015 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Jan 13 12:20:14 2016 +0800 |
tree | a55afe6b0702215a9afb1fd15dc2dd847628890c | |
parent | 81f84aa6c903eb78d6650f159a6486a2a5af83cb [diff] |
x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option Not every FSP supports UPD, thus we introduce a Kconfig option CONFIG_FSP_USE_UPD and use it to wrap these common UPD handling codes in fsp_support.c. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>