commit | 434524feb84a07df24a44bb4f1aa1bd850c400fe | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 03:25:03 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 22 08:37:09 2017 -0400 |
tree | 663a499e0d150d25205849d8e1f30b3f2e83577c | |
parent | 58ed322c3378948a98fe58ec573e64c833a43d77 [diff] |
Kconfig: Drop CONFIG_SYS_I2C_DTT_ADDR This option is only defined to a non-default value by canyonlands, which needs conversion to driver model (where the I2C address would be defined by the device tree). Drop this option. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de>