[U-Boot] [PATCH V1 1/1] EXYNOS: Resolve the i2c compilation error for

2013-07-09 Thread amar_g
This patch resolves the below mentiond 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

Re: [U-Boot] [PATCH V1 1/1] EXYNOS: Resolve the i2c compilation error for

2013-07-09 Thread Albert ARIBAUD
Hi amar_g, On Tue, 09 Jul 2013 19:35:40 +0530, amar_g amarendra...@samsung.com wrote: This patch resolves the below mentiond compilation error of i2c driver for non-FDT case Compilation error: ---8--- s3c24x0_i2c.c: In function 'board_i2c_init': s3c24x0_i2c.c:544:18: error:

Re: [U-Boot] [PATCH V1 1/1] EXYNOS: Resolve the i2c compilation error for

2013-07-09 Thread Minkyu Kang
On 09/07/13 23:05, amar_g wrote: This patch resolves the below mentiond compilation error of i2c driver typo.. maybe mentiond will be mentioned? 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

Re: [U-Boot] [PATCH V1 1/1] EXYNOS: Resolve the i2c compilation error for

2013-07-09 Thread Amarendra Reddy
Dear Minkyu, Please find the response below. Thanks Regards Amarendra Reddy On 10 July 2013 07:42, Minkyu Kang mk7.k...@samsung.com wrote: On 09/07/13 23:05, amar_g wrote: This patch resolves the below mentiond compilation error of i2c driver typo.. maybe mentiond will be mentioned? OK

Re: [U-Boot] [PATCH V1 1/1] EXYNOS: Resolve the i2c compilation error for

2013-07-09 Thread Amarendra Reddy
Hi Albert, Please find my response below. Thanks Regards Amarendra Reddy On 9 July 2013 20:15, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi amar_g, On Tue, 09 Jul 2013 19:35:40 +0530, amar_g amarendra...@samsung.com wrote: This patch resolves the below mentiond compilation error