diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-05 10:56:30 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-20 22:16:24 +0000 |
commit | 6f01f4307c993c60813ea332174ca23c2bc269e8 (patch) | |
tree | 83d1710b9f70357426e7d2a03b7381e673750e61 /src/soc/intel/apollolake | |
parent | 096833fef4eb5616a95559bb2931dc5e8c0cf594 (diff) |
soc/intel: Get rid of device_t
Use of device_t is deprecated.
Change-Id: Ic29891d78514db3b7eed48414a14e4ff579436c0
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30004
Reviewed-by: David Guckian
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/apollolake')
-rw-r--r-- | src/soc/intel/apollolake/memmap.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/soc/intel/apollolake/memmap.c b/src/soc/intel/apollolake/memmap.c index 6d68501162..be15e165ec 100644 --- a/src/soc/intel/apollolake/memmap.c +++ b/src/soc/intel/apollolake/memmap.c @@ -15,14 +15,6 @@ * GNU General Public License for more details. */ -/* - * The device_t returned by dev_find_slot() is different than the device_t - * passed to pci_write_config32(). If one needs to get access to the config.h - * of a device and perform i/o things are incorrect. One is a pointer while - * the other is a 32-bit integer. - */ -#define __SIMPLE_DEVICE__ - #include <arch/io.h> #include <assert.h> #include <cbmem.h> |