mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
README: Fix typo in Board Initialisation Flow
I suppose 'these' might be 'there'. Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
This commit is contained in:
2
README
2
README
@@ -266,7 +266,7 @@ board_init_f():
|
|||||||
version as needed.
|
version as needed.
|
||||||
- preloader_console_init() can be called here in extremis
|
- preloader_console_init() can be called here in extremis
|
||||||
- should set up SDRAM, and anything needed to make the UART work
|
- should set up SDRAM, and anything needed to make the UART work
|
||||||
- these is no need to clear BSS, it will be done by crt0.S
|
- there is no need to clear BSS, it will be done by crt0.S
|
||||||
- for specific scenarios on certain architectures an early BSS *can*
|
- for specific scenarios on certain architectures an early BSS *can*
|
||||||
be made available (via CONFIG_SPL_EARLY_BSS by moving the clearing
|
be made available (via CONFIG_SPL_EARLY_BSS by moving the clearing
|
||||||
of BSS prior to entering board_init_f()) but doing so is discouraged.
|
of BSS prior to entering board_init_f()) but doing so is discouraged.
|
||||||
|
Reference in New Issue
Block a user