From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 6 Dec 2013 10:39:31 +0100 Subject: [U-Boot] please pull u-boot-samsung master In-Reply-To: <52A03525.8050009@samsung.com> References: <52A03525.8050009@samsung.com> Message-ID: <20131206103931.3416c84e@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Minkyu, On Thu, 05 Dec 2013 17:11:17 +0900, Minkyu Kang wrote: > Dear Albert, > > The following changes since commit d44a5f51288aec60c6bdb4ac939d75c24e5bf9c2: > > Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master' (2013-11-22 10:19:35 +0100) > > are available in the git repository at: > > > git://git.denx.de/u-boot-samsung master > > for you to fetch changes up to 01322004ec08c207141b08a2e0423b9b4c7b2714: > > arm: exynos: remove the unused define. (2013-12-05 10:42:04 +0900) This breaks three boards in ARM: smdkv310 origen arndale spl_boot.c: In function 'exynos_spi_copy': spl_boot.c:111:49: error: 'CONFIG_ENV_SPI_BASE' undeclared (first use in this function) spl_boot.c:111:49: note: each undeclared identifier is reported only once for each function it appears in spl_boot.c:142:2: error: 'SPI_FLASH_UBOOT_POS' undeclared (first use in this function) spl_boot.c: In function 'copy_uboot_to_ram': spl_boot.c:189:28: warning: unused variable 'param' [-Wunused-variable] spl_boot.c: At top level: spl_boot.c:107:13: warning: 'exynos_spi_copy' defined but not used [-Wunused-function] This is due to commit 347e45d, aka: > Rajeshwari Shinde (1): > exynos: spl: Add a custom spi copy function Amicalement, -- Albert.