diff options
| author | Tom Rini <[email protected]> | 2023-10-30 16:01:54 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-30 16:01:54 -0400 |
| commit | cbba1b7766bd93d74e28202c46e69095ac13760b (patch) | |
| tree | ba75e840777ea0213e0c97fb72234d1ea4ed7769 /drivers/memory | |
| parent | c594b430225c36189a8fee2a710264d0458dc3d6 (diff) | |
| parent | 5ed1c55fb4c23dc9f14b9c8d1d687f8c0ee703ac (diff) | |
Merge branch '2023-10-30-assorted-general-updates'
- Two Kconfig content fixes, fix some issues reported by Coverity,
resync get_maintainer.pl (two small fixees), update i2c_eeprom, and
fix an off by one in addrmap_set_entry
Diffstat (limited to 'drivers/memory')
| -rw-r--r-- | drivers/memory/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index 22cb9d637c5..d10edd27746 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig @@ -61,7 +61,6 @@ config TI_GPMC if TI_GPMC config TI_GPMC_DEBUG bool "Debug Texas Instruments GPMC timings" - default n help Enable this to print GPMC timings before and after the GPMC registers are programmed. This should not be left enabled on production systems. |
