[U-Boot] [PATCH V0 1/1] Resolve i2c compilation error for non-FDT case

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 V0 1/1] Resolve i2c compilation error for non-FDT case

2013-07-09 Thread Minkyu Kang
Dear amar_g On 09/07/13 21:44, amar_g wrote: Please add prefix at title. > This patch resolves the below mentiond compilation error of i2c driver typo. -> mentiond > for non-FDT case. > > Compilation error: > s3c24x0_i2c.c: In function 'board_i2c_init': > s3c24x0_i2c.c:544:18: error: 'CONFIG

Re: [U-Boot] [PATCH V0 1/1] Resolve i2c compilation error for non-FDT case

2013-07-09 Thread Amarendra Reddy
Dear Minkyu, Please find my responses below. Thanks & Regards Amarendra Reddy On 9 July 2013 18:50, Minkyu Kang wrote: > Dear amar_g > > On 09/07/13 21:44, amar_g wrote: > > Please add prefix at title. > > OK shall add aprefix 'EXYNOS' at title in the next patch. > > This patch resolves the