mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 12:13:00 -04:00
[PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
This commit is contained in:
parent
f9fc6a5852
commit
d8a8ea5c47
@ -63,6 +63,9 @@
|
|||||||
#if !defined(CFG_DTT_BUS_NUM)
|
#if !defined(CFG_DTT_BUS_NUM)
|
||||||
#define CFG_DTT_BUS_NUM 0
|
#define CFG_DTT_BUS_NUM 0
|
||||||
#endif
|
#endif
|
||||||
|
#if !defined(CFG_SPD_BUS_NUM)
|
||||||
|
#define CFG_SPD_BUS_NUM 0
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Initialization, must be called once on start up, may be called
|
* Initialization, must be called once on start up, may be called
|
||||||
|
Loading…
x
Reference in New Issue
Block a user