From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 09 Jul 2013 17:14:36 +0900 Subject: [U-Boot] please pull u-boot-samsung master In-Reply-To: References: <51D69B06.1030508@samsung.com> <20130705211254.7594ac3f@lilith> Message-ID: <51DBC66C.4090206@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Amar, On 07/07/13 14:43, Minkyu Kang wrote: > Dear Amar, > > > On 6 July 2013 04:12, Albert ARIBAUD > wrote: > > Hi Minkyu, > > This breaks build of VCMA9: > > 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 > 'exynos_pinmux_config' [-Wimplicit-function-declaration] > s3c24x0_i2c.c:545:25: error: 'PERIPH_ID_I2C0' undeclared (first use in > this function) s3c24x0_i2c.c:546:10: error: 'PINMUX_FLAG_NONE' > undeclared (first use in this function) make[1]: *** > [/home/albert/src/u-boot-arm/build/VCMA9/drivers/i2c/s3c24x0_i2c.o] > Error 1 make: *** > [/home/albert/src/u-boot-arm/build/VCMA9/drivers/i2c/libi2c.o] Error 2 > > Culprit is commit 2c07bb9b, authored by Amar >. > > (also: "Amar" seems to be only part of the author's name. Is this > intentional?) > > Amicalement, > -- > Albert. > > > please check. > seems have problem with non-FDT case. > Because of we should merge samsung tree to arm tree before release "v2013.07". If you don't do anything, I will revert this patch. Thanks, Minkyu Kang.