summaryrefslogtreecommitdiff
path: root/docs/porting-guide.md
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2015-10-27 17:08:22 +0000
committerdanh-arm <dan.handley@arm.com>2015-10-27 17:08:22 +0000
commit368bb87b349e7fec70cd507653adb73a949180c5 (patch)
treefc9b5275ebf8e6afac39baddd7e9a841927c10ac /docs/porting-guide.md
parent8d91ecfe3c04ed8a56a9b59768757ce853904420 (diff)
parent88154678c5e6d0e6e28ca17beb01049a9ea4c0a0 (diff)
Merge pull request #417 from jcastillo-arm/jc/makefile_2
Makefile rework and bug fix #2
Diffstat (limited to 'docs/porting-guide.md')
-rw-r--r--docs/porting-guide.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/porting-guide.md b/docs/porting-guide.md
index db6038a4..08fef4a8 100644
--- a/docs/porting-guide.md
+++ b/docs/porting-guide.md
@@ -1567,11 +1567,6 @@ inclusion or exclusion of certain BL stages from the FIP image. These flags
need to be defined in the platform makefile which will get included by the
build system.
-* **NEED_BL30**
- This flag if defined by the platform mandates that a BL3-0 binary should
- be included in the FIP image. The path to the BL3-0 binary can be specified
- by the `BL30` build option (see build options in the [User Guide]).
-
* **NEED_BL33**
By default, this flag is defined `yes` by the build system and `BL33`
build option should be supplied as a build option. The platform has the option