diff options
author | Naoki Hayama <naoki.hayama@lineo.co.jp> | 2020-09-24 15:57:19 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-09-29 13:19:08 -0400 |
commit | 499696e40a3201a2803303f0b4fb7c2a27029c6c (patch) | |
tree | a876af5f8d189afa81f5b439d78536219e807c06 /README | |
parent | 0ed375ebb13f8b2d69400b9df8985c8123d3fbb1 (diff) | |
download | u-boot-499696e40a3201a2803303f0b4fb7c2a27029c6c.zip u-boot-499696e40a3201a2803303f0b4fb7c2a27029c6c.tar.gz u-boot-499696e40a3201a2803303f0b4fb7c2a27029c6c.tar.bz2 |
README: Fix typo in Board Initialisation Flow
I suppose 'these' might be 'there'.
Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -266,7 +266,7 @@ board_init_f(): version as needed. - preloader_console_init() can be called here in extremis - 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* 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. |