Re: [U-Boot] arm: imx: Rework i.MX specific commands to be excluded from SPL

2018-04-24 Thread Peng Fan
Sorry, please ignore. I was just testing my git. -Peng ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] arm: imx: Rework i.MX specific commands to be excluded from SPL

2018-04-24 Thread Peng Fan
From: Tom Rini The "clocks" and "bootaux" commands are only usable in full U-Boot, not SPL, so do not link them inside of SPL. Rework a little of the bootaux related code to make use of __weak and declare parts of it static as it's local to the file. --- arch/arm/mach-imx/Makefile | 2 +