diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-18 08:38:21 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-25 12:01:15 +0000 |
commit | 1d5686acfd6f6bc95352bdc41713d24d6a53792c (patch) | |
tree | 54d55df0be6bde74d95abd16622b704586b8f51e /configs/netspace_max_v2_defconfig | |
parent | 29cc2b542d9f4f4c811516b9fdbe4ba3018c6463 (diff) | |
download | u-boot-1d5686acfd6f6bc95352bdc41713d24d6a53792c.tar.gz |
Convert CONFIG_SYS_FAULT_ECHO_LINK_DOWN to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FAULT_ECHO_LINK_DOWN
Cc: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/netspace_max_v2_defconfig')
-rw-r--r-- | configs/netspace_max_v2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/netspace_max_v2_defconfig b/configs/netspace_max_v2_defconfig index f8c8cb20eb..06cb00dab3 100644 --- a/configs/netspace_max_v2_defconfig +++ b/configs/netspace_max_v2_defconfig @@ -47,6 +47,7 @@ CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_ENV_SPI_MAX_HZ=20000000 CONFIG_ENV_ADDR=0x70000 CONFIG_NETCONSOLE=y +CONFIG_SYS_FAULT_ECHO_LINK_DOWN=y CONFIG_DM=y CONFIG_SATA_MV=y CONFIG_SYS_SATA_MAX_DEVICE=2 |