diff options
| author | Lothar Waßmann <[email protected]> | 2017-05-18 17:26:58 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-22 12:45:33 -0400 |
| commit | e34b913a942d9c3977985999853e5e224fd5597d (patch) | |
| tree | 4db33077a6f5c4e836248c0607ecf3fa4e91fada /include | |
| parent | ded48cdc8b22b6a39463dfde0fc6a2db38c1a4cf (diff) | |
ColdFire: Remove rogue 'CONFIG_SYS_NO_FLASH' embedded within another CONFIG_ name
The original commit for the MCF54418TWR ColdFire development board
support defined a 'CONFIG_SYS_FAULT_ECCONFIG_SYS_NO_FLASHHO_LINK_DOWN'
which obviously has a rogue 'CONFIG_SYS_NO_FLASH' embedded in the
intended 'CONFIG_SYS_FAULT_ECHO_LINK_DOWN' define.
Signed-off-by: Lothar Waßmann <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/M54418TWR.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/M54418TWR.h b/include/configs/M54418TWR.h index cb7ea8639d6..f4d970d0d86 100644 --- a/include/configs/M54418TWR.h +++ b/include/configs/M54418TWR.h @@ -59,7 +59,7 @@ #define CONFIG_MII_INIT 1 #define CONFIG_SYS_DISCOVER_PHY #define CONFIG_SYS_RX_ETH_BUFFER 2 -#define CONFIG_SYS_FAULT_ECCONFIG_SYS_NO_FLASHHO_LINK_DOWN +#define CONFIG_SYS_FAULT_ECHO_LINK_DOWN #define CONFIG_SYS_TX_ETH_BUFFER 2 #define CONFIG_HAS_ETH1 |
