summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 10fff0b386..874ef6de42 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -41,11 +41,6 @@
41 the build system they are using. 41 the build system they are using.
42 </para> 42 </para>
43 43
44 <note><para>
45 The file structure shown below is only an example and actual structures for
46 specific BSPs could differ.
47 </para></note>
48
49 <para> 44 <para>
50 The BSP specification does not include a build system or other tools - 45 The BSP specification does not include a build system or other tools -
51 it is concerned with the hardware-specific components only. 46 it is concerned with the hardware-specific components only.
@@ -75,7 +70,10 @@
75 </para> 70 </para>
76 71
77 <para> 72 <para>
78 The file structure inside the base directory takes on the following form: 73 Below is the common form for the file structure inside a base directory.
74 While you can use this basic form for the standard, realize that the actual structures
75 for specific BSPs could differ.
76
79 <programlisting> 77 <programlisting>
80meta-&lt;bsp_name&gt;/ 78meta-&lt;bsp_name&gt;/
81meta-&lt;bsp_name&gt;/binary/zImage 79meta-&lt;bsp_name&gt;/binary/zImage