summaryrefslogtreecommitdiff
path: root/docs/platform_guide.md
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2019-06-19 00:54:07 +0300
committerAnup Patel <anup.patel@wdc.com>2019-06-19 07:26:24 +0300
commitcd2dfdc870ed3a03c3afc28e25f770fada0a396e (patch)
treecd2d04ae15104ffb325153f97104df98608295c0 /docs/platform_guide.md
parent5dd93e88fe3c9775107402bd32b91f8ccc2abe82 (diff)
downloadopensbi-cd2dfdc870ed3a03c3afc28e25f770fada0a396e.tar.xz
docs: Update docs as per new static library.
Signed-off-by: Atish Patra <atish.patra@wdc.com> Acked-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'docs/platform_guide.md')
-rw-r--r--docs/platform_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platform_guide.md b/docs/platform_guide.md
index 53e9394..7920fac 100644
--- a/docs/platform_guide.md
+++ b/docs/platform_guide.md
@@ -30,7 +30,7 @@ Support for a new platform named *<xyz>* can be added as follows:
1. Create a directory named *<xyz>* under the *platform/* directory.
2. Create a platform configuration file named *config.mk* under the
*platform/<xyz>/* directory. This configuration file will provide
- compiler flags, select common drivers, and select firmware options.
+ compiler flags, and select firmware options.
3. Create a *platform/<xyz>/objects.mk* file for listing the
platform-specific object files to be compiled.
4. Create a *platform/<xyz>/platform.c* file providing a *struct sbi_platform*