
29 Feb
2016
29 Feb
'16
1:30 p.m.
On Mon, Feb 29, 2016 at 2:15 AM, Peng Fan van.freenix@gmail.com wrote:
MX7D_PAD_SD3_RESET_B__SD3_RESET_B | MUX_PAD_CTRL(USDHC_PAD_CTRL),
Will this pin be used? I did not see code to use this.
It is OK to configure the IOMUX correctly independently of the driver using it or not.
+CONFIG_IMX_RDC=y +CONFIG_IMX_BOOTAUX=y
default enable RDC and BOOTAUX?
That's OK. Same is done in mx7dsabresd.
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/warp7/imximage.cfg,MX7D"
I just an idea that we move the MX7D to Kconfig entry using "SELECT MX7D", how do you think?
Agreed. Did as you suggested in v2. Thanks