README: Fix typo in Board Initialisation Flow
authorNaoki Hayama <naoki.hayama@lineo.co.jp>
Thu, 24 Sep 2020 06:57:19 +0000 (15:57 +0900)
committerTom Rini <trini@konsulko.com>
Tue, 29 Sep 2020 17:19:08 +0000 (13:19 -0400)
I suppose 'these' might be 'there'.

Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
README

diff --git a/README b/README
index 6cb0567..b23fcc1 100644 (file)
--- a/README
+++ b/README
@@ -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.