summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2013-07-24 03:50:18 -0700
committerPatrick Georgi <patrick@georgi-clan.de>2013-12-21 10:21:32 +0100
commitc0f82d222294b339582a5b15aadccab2933364c4 (patch)
treee4d11c0fcf97210f20de71571234e7460a12d8c6 /payloads
parent7b6cc0403fb00d8795894bb27e9b7faff3fbe130 (diff)
downloadcoreboot-staging-c0f82d222294b339582a5b15aadccab2933364c4.zip
coreboot-staging-c0f82d222294b339582a5b15aadccab2933364c4.tar.gz
arm: libpayload: Include stdint.h in cache.h
The cache.h header uses standard int types but doesn't include stdint.h itself. Change-Id: If470978164b0cd1f05c27c2c8eda365133cc47ff Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: https://gerrit.chromium.org/gerrit/63190 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Commit-Queue: Gabe Black <gabeblack@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org> Reviewed-on: http://review.coreboot.org/4387 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/libpayload/include/armv7/arch/cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/payloads/libpayload/include/armv7/arch/cache.h b/payloads/libpayload/include/armv7/arch/cache.h
index 2571e81..2928d10 100644
--- a/payloads/libpayload/include/armv7/arch/cache.h
+++ b/payloads/libpayload/include/armv7/arch/cache.h
@@ -32,6 +32,8 @@
#ifndef ARMV7_CACHE_H
#define ARMV7_CACHE_H
+#include <stdint.h>
+
/* SCTLR bits */
#define SCTLR_M (1 << 0) /* MMU enable */
#define SCTLR_A (1 << 1) /* Alignment check enable */
OpenPOWER on IntegriCloud