]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm/km_kirkwood: remove KM_ENV_BUS and use CONFIG_I2C_ENV_EEPROM_BUS
authorValentin Longchamp <valentin.longchamp@keymile.com>
Fri, 13 Nov 2015 14:01:14 +0000 (15:01 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 18 Nov 2015 19:50:07 +0000 (14:50 -0500)
commit716e4ffe99152ea572c7913462dcdf981023050f
tree0ab10552483b6b6bda2f707d5eba7cfdaaa750af
parentdfd1bb4ec89e8b1e87f0605af2345ad6dcf777da
arm/km_kirkwood: remove KM_ENV_BUS and use CONFIG_I2C_ENV_EEPROM_BUS

KM_ENV_BUS was used for nothing else than an direct assignment to
CONFIG_I2C_ENV_EEPROM_BUS. To avoid this, directly use
CONFIG_I2C_ENV_EEPROM_BUS instead.

Patchwork: http://patchwork.ozlabs.org/patch/399411/
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
include/configs/km/km_arm.h
include/configs/km_kirkwood.h