
On 10/07/13 14:12, amar_g wrote:
This patch resolves the below mentioned compilation error of i2c driver for non-FDT case
Compilation error: s3c24x0_i2c.c: In function 'board_i2c_init': s3c24x0_i2c.c:544:18: error: 'CONFIG_MAX_I2C_NUM' undeclared (first use in this function) s3c24x0_i2c.c:544:18: note: each undeclared identifier is reported only once for each function it appears in s3c24x0_i2c.c:545:3: warning: implicit declaration of function
Signed-off-by: Rajeshwari Shinde rajeshwari.s@samsung.com Signed-off-by: Amar amarendra.xt@samsung.com
Changes since V0:
- Updated the below in response to review comments a) Added the prefix 'EXYNOS' to title of the patch.
Changes since V1:
- Updated the below in response to review comments a) Limited info on "Compilation error" message for 5 lines. b) Changed the spelling of 'mentiond' to 'mentioned'.
board/samsung/smdk5250/smdk5250.c | 10 ++++++++++ drivers/i2c/s3c24x0_i2c.c | 9 +-------- 2 files changed, 11 insertions(+), 8 deletions(-)
applied to u-boot-samsung.
Thanks, Minkyu Kang.