diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-04-20 22:37:35 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-04-21 22:12:14 +0000 |
commit | 78903802662eb72de126688bf1e974a3044f4de9 (patch) | |
tree | cfb8d6bbf35145c322b2240e0c6331091e255a1b /src/soc/amd/picasso | |
parent | d0b5164cd0980c078323792bd47c3aee6438e9b8 (diff) |
soc/amd/picasso/chip.h: use types.h
Since the next patch will use a boolean, replace the stddef.h and
stdint.h includes with types.h to have all that we'll need.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I0d062c8de29aa3688a911d7887faf592020b33c2
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52552
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r-- | src/soc/amd/picasso/chip.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/amd/picasso/chip.h b/src/soc/amd/picasso/chip.h index 2b0cbf49f4..4329bdd4ed 100644 --- a/src/soc/amd/picasso/chip.h +++ b/src/soc/amd/picasso/chip.h @@ -3,8 +3,6 @@ #ifndef __PICASSO_CHIP_H__ #define __PICASSO_CHIP_H__ -#include <stddef.h> -#include <stdint.h> #include <amdblocks/chip.h> #include <commonlib/helpers.h> #include <drivers/i2c/designware/dw_i2c.h> @@ -12,6 +10,7 @@ #include <soc/iomap.h> #include <soc/southbridge.h> #include <arch/x86/include/arch/smp/mpspec.h> /* point from top level */ +#include <types.h> /* USB 2.0 PHY Parameters |