diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-03-15 22:11:46 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-06 17:04:33 -0400 |
commit | 3bf5f13c0cda80cf1075c53862cb3ba998245cf8 (patch) | |
tree | faeb6d9bb12130f2cb158c36c60bcb2d5c693495 /include/configs/am335x_shc.h | |
parent | c0bc2a7e06742d32b14b7d71e617dc5428bf8ef2 (diff) |
Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC
This converts CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC to Kconfig
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Diffstat (limited to 'include/configs/am335x_shc.h')
-rw-r--r-- | include/configs/am335x_shc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am335x_shc.h b/include/configs/am335x_shc.h index 6fa117ef23..60b162e534 100644 --- a/include/configs/am335x_shc.h +++ b/include/configs/am335x_shc.h @@ -16,7 +16,6 @@ #include <configs/ti_am335x_common.h> /* settings we don;t want on this board */ -#undef CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC #undef CONFIG_CMD_SPI #define CONFIG_CMD_CACHE |