diff options
author | Nishanth Menon <nm@ti.com> | 2016-02-24 12:30:55 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-14 19:18:33 -0400 |
commit | 770e68c0a37fded897d4bdda661614fc81cb33d2 (patch) | |
tree | fef53e28a81a981ba9843240fed768cae6008236 /board/ti/am335x/Kconfig | |
parent | 0bea813d0018303610ec487314003c21f0116a21 (diff) |
ti: AM335x: Use generic EEPROM detection logic
Use the generic EEPROM detection logic instead of duplicating the AM
eeprom logic.
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Steven Kipisz <s-kipisz2@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/ti/am335x/Kconfig')
-rw-r--r-- | board/ti/am335x/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/ti/am335x/Kconfig b/board/ti/am335x/Kconfig index 49b73abc20..11ef3caf39 100644 --- a/board/ti/am335x/Kconfig +++ b/board/ti/am335x/Kconfig @@ -38,4 +38,6 @@ config NOR_BOOT as the ROM only partially sets up pinmux. We also default to using NOR for environment. +source "board/ti/common/Kconfig" + endif |