Skip to content

Commit

Permalink
Merge pull request #3038 from srcshelton/note-bootloader-settings
Browse files Browse the repository at this point in the history
Note which settings pertain only to the bootloader...
  • Loading branch information
Alasdair Allan authored Aug 17, 2023
2 parents 9f62996 + d6900bb commit 5696ef4
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,21 @@ Causes the content of the specified file to be inserted into the current file.

For example, adding the line `include extraconfig.txt` to `config.txt` will include the content of `extraconfig.txt` file in the `config.txt` file.

*Include directives are not supported by bootcode.bin or the EEPROM bootloader*
[NOTE]
====
*Include directives are not supported by the bootcode.bin or EEPROM bootloaders*.
Settings which are handled by the bootloader and so which will only take effect if they are specified in `config.txt` (rather than any additional included file) are:
* `bootcode_delay`,
* `gpu_mem`, `gpu_mem_256`, `gpu_mem_512`, `gpu_mem_1024`,
* `total_mem`,
* `sdram_freq`,
* `start_x`, `start_debug`, `start_file`, `fixup_file`,
* `uart_2ndstage`.
====

==== Conditional Filtering

Expand Down

0 comments on commit 5696ef4

Please sign in to comment.