
Dear Tom,
On 07/31/2017 08:27 PM, Tom Rini wrote:
On Mon, Jul 31, 2017 at 11:59:07AM +0900, Jaehoon Chung wrote:
Dear Tom,
Could you pull these patches into u-boot/master?
The following changes since commit 55f228b07e2d84938a88737445441e736de41340:
x86: minnowmax: Remove CONFIG_SMSC_LPC47M (2017-07-30 10:30:25 +0800)
are available in the git repository at:
git://git.denx.de/u-boot-mmc.git master
for you to fetch changes up to 9b32160db8264d32f5b0640412c9cb1b882c1d6e:
dm: syscon: scan sub-nodes of the syscon node (2017-07-31 11:49:18 +0900)
This fails with at least: arm: + am57xx_hs_evm +(am57xx_hs_evm) drivers/power/regulator/built-in.o: In function `pbias_write': +(am57xx_hs_evm) build/../drivers/power/regulator/pbias_regulator.c:49: undefined reference to `regmap_write' +(am57xx_hs_evm) drivers/power/regulator/built-in.o: In function `pbias_read': +(am57xx_hs_evm) build/../drivers/power/regulator/pbias_regulator.c:59: undefined reference to `regmap_read' +(am57xx_hs_evm) drivers/power/regulator/built-in.o: In function `pbias_ofdata_to_platdata': +(am57xx_hs_evm) build/../drivers/power/regulator/pbias_regulator.c:78: undefined reference to `syscon_get_regmap' +(am57xx_hs_evm) arm-linux-gnueabihf-ld.bfd: BFD (GNU Binutils for Debian) 2.28 assertion fail ../../bfd/elf32-arm.c:9514 +(am57xx_hs_evm) make[1]: *** [u-boot] Error 1 +(am57xx_hs_evm) make: *** [sub-make] Error 2
after fixing it, resend the PR. Sorry for bothering you.