diff options
author | Michael Krummsdorf <michael.krummsdorf@ew.tq-group.com> | 2020-04-09 15:21:40 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-04-17 18:58:20 +0200 |
commit | e7ae6b5e046c336217cf89a0c923a407f98db8ec (patch) | |
tree | f5f63f5a05f26db179bb427db266041fb48ef049 /include/configs/tqma6_wru4.h | |
parent | 45fde2ac7abfb127e24fa4e213bbf4fc9116a356 (diff) | |
download | u-boot-e7ae6b5e046c336217cf89a0c923a407f98db8ec.tar.gz u-boot-e7ae6b5e046c336217cf89a0c923a407f98db8ec.tar.bz2 u-boot-e7ae6b5e046c336217cf89a0c923a407f98db8ec.zip |
configs: tqma6x_mba6x: update default configs for device model
Fixes compilation for WRU4 board.
Signed-off-by: Michael Krummsdorf <michael.krummsdorf@ew.tq-group.com>
Diffstat (limited to 'include/configs/tqma6_wru4.h')
-rw-r--r-- | include/configs/tqma6_wru4.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/tqma6_wru4.h b/include/configs/tqma6_wru4.h index 0af52e5565..13b87e9b52 100644 --- a/include/configs/tqma6_wru4.h +++ b/include/configs/tqma6_wru4.h @@ -30,4 +30,7 @@ /* Bootcounter */ #define CONFIG_SYS_BOOTCOUNT_BE +/* I2C */ +#define CONFIG_SYS_I2C + #endif /* __CONFIG_TQMA6_WRU4_H */ |