diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-02-24 19:59:54 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 14:58:27 +0800 |
commit | 9811e3db89f535e54ae10a10caa660f8e6036270 (patch) | |
tree | 3915c9fd10126c354416781282f44c9e8c5314fe /include | |
parent | cb249aa1d57788c52145d28f2e2c68cb320d8ae3 (diff) | |
download | u-boot-imx-9811e3db89f535e54ae10a10caa660f8e6036270.zip u-boot-imx-9811e3db89f535e54ae10a10caa660f8e6036270.tar.gz u-boot-imx-9811e3db89f535e54ae10a10caa660f8e6036270.tar.bz2 |
MLK-12436-13: mx6ulevk: update board code
Align with imx_v2015.04.
Add nand related settings.
Update qspi pad electric settings.
Add usb ethernet support.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6ul_14x14_evk.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h index 29c5afe..9995069 100644 --- a/include/configs/mx6ul_14x14_evk.h +++ b/include/configs/mx6ul_14x14_evk.h @@ -25,6 +25,8 @@ #else #define PHYS_SDRAM_SIZE SZ_512M #define CONFIG_BOOTARGS_CMA_SIZE "" +/* DCDC used on 14x14 EVK, no PMIC */ +#undef CONFIG_LDO_BYPASS_CHECK #endif /* SPL options */ @@ -254,6 +256,8 @@ #define CONFIG_USB_EHCI_MX6 #define CONFIG_USB_STORAGE #define CONFIG_EHCI_HCD_INIT_AFTER_RESET +#define CONFIG_USB_HOST_ETHER +#define CONFIG_USB_ETHER_ASIX #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |