]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Don't print a warning for CONFIG_I2C_COMPAT
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:57:41 +0000 (11:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
commit7fcdac0ee96fb19013056e7a083e46f74c8dad66
tree6e96c78011e9c838f0149912a0f3ecd5a58b59a4
parent3a592a1349ac3961b0f4f2db0a8d9f128225d897
sandbox: Don't print a warning for CONFIG_I2C_COMPAT

Sandbox includes this code to provide build coverage. While we retain this
feature we should have sandbox build it. Sandbox does not in fact use the
I2C compatibility mode. Showing a warning for sandbox is just confusing,
since no conversion is expected.

Drop the warning for sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile