On Tue, Jun 26, 2018 at 07:43:00PM +0200, Sebastian Reichel wrote: > From: Denis Zalevskiy <[email protected]> > > Use standard configuration logic to define EEPROM constants. Names are based > on > VPD_EEPROM_ prefix because EEPROM_ is already used by i2c_eeprom driver. > > Signed-off-by: Denis Zalevskiy <[email protected]> > Signed-off-by: Sebastian Reichel <[email protected]> > --- > board/ge/bx50v3/Kconfig | 2 ++ > board/ge/bx50v3/bx50v3.c | 17 ++++------------- > board/ge/mx53ppd/Kconfig | 2 ++ > board/ge/mx53ppd/mx53ppd.c | 14 ++++---------- > configs/ge_bx50v3_defconfig | 9 +++++++++ > configs/mx53ppd_defconfig | 10 ++++++++++ > 6 files changed, 31 insertions(+), 23 deletions(-) > > diff --git a/board/ge/bx50v3/Kconfig b/board/ge/bx50v3/Kconfig > index 993b0559302b..05938560abda 100644 > --- a/board/ge/bx50v3/Kconfig > +++ b/board/ge/bx50v3/Kconfig > @@ -15,4 +15,6 @@ config SYS_SOC > config SYS_CONFIG_NAME > default "ge_bx50v3" > > +source "board/ge/common/Kconfig"
The new file board/ge/common/Kconfig is missing, please repost the series with the file added, thanks! -- Tom
signature.asc
Description: PGP signature
_______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

