diff options
author | Tom Rini <trini@konsulko.com> | 2020-09-29 13:24:50 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-09-29 13:24:50 -0400 |
commit | 421ebb713b8ede345a4aad0e95fbd6518ac6800d (patch) | |
tree | e4eeb9199ff2c3753af6d44a9812ae339a809018 /README | |
parent | d44d46e9fafaae85b0ebbcdc53999537a199fa2f (diff) | |
parent | f644081d388b7ca0d19731eec729b7cd0ded4eec (diff) |
Merge branch '2020-09-29-assorted-fixes'
- Assorted typo fixes
- Correctly migrate some CONFIG_PREBOOT cases to defconfig
- Coverity issues in squashfs
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. |