diff options
author | danh-arm <dan.handley@arm.com> | 2014-07-10 14:44:24 +0100 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2014-07-10 14:44:24 +0100 |
commit | 3fc938b56a55985ba46c37cf5526df0a7daa775c (patch) | |
tree | e6e2cbdd6e15d1581fb10f16a06e56da826677b2 /docs | |
parent | 06bd026229ec9a2a8ded52c7e4b8cf8046d891a6 (diff) | |
parent | 1e8c5c4f20ef820c339992a89a4680f2ccddd69b (diff) |
Merge pull request #146 from danh-arm/dh/refactor-fvp-gic
Refactor fvp config and gic code
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user-guide.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md index 01055316..87865438 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -158,9 +158,9 @@ performed. * `V`: Verbose build. If assigned anything other than 0, the build commands are printed. Default is 0 -* `FVP_GIC_ARCH`: Choice of ARM GIC architecture version used by the FVP port - for implementing the platform GIC API. This API is used by the interrupt - management framework. Default is 2 i.e. version 2.0 +* `ARM_GIC_ARCH`: Choice of ARM GIC architecture version used by the ARM GIC + driver for implementing the platform GIC API. This API is used + by the interrupt management framework. Default is 2 i.e. version 2.0. * `IMF_READ_INTERRUPT_ID`: Boolean flag used by the interrupt management framework to enable passing of the interrupt id to its handler. The id is |