Skip to content
Snippets Groups Projects
Commit 48dce3bf authored by Tom Rini's avatar Tom Rini
Browse files

am335x_evm: Switch to using imply keyword


These particular SPL options are part of what the ROM provides, but for
compatibility with how we have previously used them, move them to being
implied by the board being selected.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent d036107a
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,9 @@ config TARGET_AM335X_EVM ...@@ -15,6 +15,9 @@ config TARGET_AM335X_EVM
select DM_SERIAL select DM_SERIAL
select DM_GPIO select DM_GPIO
select TI_I2C_BOARD_DETECT select TI_I2C_BOARD_DETECT
imply SPL_YMODEM_SUPPORT
imply SPL_ENV_SUPPORT
imply SPL_WATCHDOG_SUPPORT
help help
This option specifies support for the AM335x This option specifies support for the AM335x
GP and HS EVM development platforms. The AM335x GP and HS EVM development platforms. The AM335x
......
if TARGET_AM335X_EVM if TARGET_AM335X_EVM
config SPL_ENV_SUPPORT
default y
config SPL_WATCHDOG_SUPPORT
default y
config SPL_YMODEM_SUPPORT
default y
config SYS_BOARD config SYS_BOARD
default "am335x" default "am335x"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment