diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index ffe3230126..68b7642a97 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml | |||
@@ -159,7 +159,7 @@ | |||
159 | </section> | 159 | </section> |
160 | 160 | ||
161 | <section id='setting-up-the-poky-extras-git-repository'> | 161 | <section id='setting-up-the-poky-extras-git-repository'> |
162 | <title>Setting Up the <filename>poky-extras</filename> Git Repository</title> | 162 | <title>Setting Up the poky-extras Git Repository</title> |
163 | 163 | ||
164 | <para> | 164 | <para> |
165 | This example places the <filename>poky-extras</filename> Git repository inside | 165 | This example places the <filename>poky-extras</filename> Git repository inside |
@@ -317,12 +317,12 @@ | |||
317 | { | 317 | { |
318 | unsigned long ticks, loopbit; | 318 | unsigned long ticks, loopbit; |
319 | int lps_precision = LPS_PREC; | 319 | int lps_precision = LPS_PREC; |
320 | static bool printed; | ||
320 | printk("*************************************\n"); | 321 | printk("*************************************\n"); |
321 | printk("* *\n"); | 322 | printk("* *\n"); |
322 | printk("* HELLO YOCTO KERNEL *\n"); | 323 | printk("* HELLO YOCTO KERNEL *\n"); |
323 | printk("* *\n"); | 324 | printk("* *\n"); |
324 | printk("*************************************\n"); | 325 | printk("*************************************\n"); |
325 | static bool printed; | ||
326 | 326 | ||
327 | if (preset_lpj) { | 327 | if (preset_lpj) { |
328 | . | 328 | . |