]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
siemens-am33x-common: Hardcoded value instead of non-included define
authorPaul Kocialkowski <contact@paulk.fr>
Wed, 15 Jul 2015 14:02:22 +0000 (16:02 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:44 +0000 (13:50 +0200)
commit4737b3212eede8ab9c6e75b4b1d3d09694ff938a
tree07db9150a79911a946e83fc04f2175cf027fd1c8
parentb9dff7d0d71ea8d34d1cc3b63e46a52e178a0d42
siemens-am33x-common: Hardcoded value instead of non-included define

The config file for the siemens-am33x-common was using OMAP_I2C_STANDARD, which
is defined in a header that is not included in the config header. In most cases,
it was being included by the code using CONFIG_SYS_OMAP24_I2C_SPEED, but it
might not always be the case.

In particular, when introducing I2C SPL support in omap-common's boot-common.c,
the header is missing and including it breaks other devices.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
include/configs/siemens-am33x-common.h