diff options
Diffstat (limited to 'documentation/bsp-guide/bsp.xml')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 10 |
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> |
80 | meta-<bsp_name>/ | 78 | meta-<bsp_name>/ |
81 | meta-<bsp_name>/binary/zImage | 79 | meta-<bsp_name>/binary/zImage |