diff options
author | Aaron Durbin <adurbin@chromium.org> | 2016-03-08 11:23:52 -0600 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2016-03-09 16:47:40 +0100 |
commit | 0fcd6f912ba53ef1fc6327143c07727a556a718a (patch) | |
tree | fe11ec57cde33cf42d20d45d679a39c761701bf9 /src/cpu/Makefile.inc | |
parent | 9b28f0023cc6bf71d500132f8cdf5b0a7193a580 (diff) |
drivers/intel/fsp2_0: remove struct resource usage
There's no need to use a struct resource type for
fsp_find_reserved_memory(). struct resource is mainly associated
with a device and that memory is added to cbmem after memory init.
Other uses ins FSP 2.0 just use struct range_entry. Use that
instead for consistency.
Change-Id: Id7d39da1c2e23f97cdaafd7f5d281cefa6fee543
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/13960
Tested-by: build bot (Jenkins)
Reviewed-by: Andrey Petrov <andrey.petrov@intel.com>
Diffstat (limited to 'src/cpu/Makefile.inc')
0 files changed, 0 insertions, 0 deletions