diff options
| author | Tom Rini <[email protected]> | 2019-01-18 13:40:41 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-01-18 13:40:41 -0500 |
| commit | c4d323793ba2e0616d93ca104e1e2b9a9fbccf9b (patch) | |
| tree | a79b7b8282e29e820022d037b6f6f2c1d5d52c0d /lib | |
| parent | f83ef0dac83110d20389eb71f09285f009f3d198 (diff) | |
| parent | 3d5931e5986a49c44cdab845c6751d845812e8d8 (diff) | |
Merge branch '2019-01-18-master-imports'
- Bugfix for SPI environment optimization
- Spelling fixes
- Remove some defconfigs per various maintainers
- Minor db410, bananapi r2 fixes
- Bump QEMU to v3.1.0 for most platforms
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 0333ab172fa..366d164cd76 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -147,7 +147,7 @@ config SPL_TINY_MEMSET The faster memset() is the arch-specific one (if available) enabled by CONFIG_USE_ARCH_MEMSET. If that is not enabled, we can still get better performance by writing a word at a time. But in very - size-constrained envrionments even this may be too big. Enable this + size-constrained environments even this may be too big. Enable this option to reduce code size slightly at the cost of some speed. config TPL_TINY_MEMSET @@ -156,7 +156,7 @@ config TPL_TINY_MEMSET The faster memset() is the arch-specific one (if available) enabled by CONFIG_USE_ARCH_MEMSET. If that is not enabled, we can still get better performance by writing a word at a time. But in very - size-constrained envrionments even this may be too big. Enable this + size-constrained environments even this may be too big. Enable this option to reduce code size slightly at the cost of some speed. config RBTREE |
