Merge tag 'u-boot-imx-20190405' of git://git.denx.de/u-boot-imx

Fixes for 2019.04

	- fix bashism for MX8
	- fix ethernet for MX53
	- fix docs for i.MX8
This commit is contained in:
Tom Rini
2019-04-05 09:09:56 -04:00
8 changed files with 11 additions and 25 deletions

View File

@@ -19,10 +19,6 @@
#define CONFIG_FEC_MXC
#endif
/* SPI FLASH */
#ifdef CONFIG_CMD_SF
#endif
/* Boot Linux */
#define CONFIG_BOOTFILE "uImage"
#define CONFIG_BOOTCOMMAND "bootm"

View File

@@ -34,9 +34,6 @@
#define CONFIG_ENV_SECT_SIZE 0x10000 /* 64k */
#endif
#ifdef CONFIG_CMD_SF
#endif
/*
* max 4k env size is enough, but in case of nand
* it has to be rounded to sector size

View File

@@ -37,9 +37,6 @@
#define CONFIG_ENV_SECT_SIZE 0x10000 /* 64k */
#endif
#ifdef CONFIG_CMD_SF
#endif
/*
* max 4k env size is enough, but in case of nand
* it has to be rounded to sector size

View File

@@ -34,9 +34,6 @@
/* SPI NOR Flash default params, used by sf commands */
#if defined CONFIG_KM_ENV_IS_IN_SPI_NOR
#endif
/* Reserve 4 MB for malloc */
#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024)

View File

@@ -20,8 +20,6 @@
#define CONFIG_SYS_FSL_ESDHC_ADDR 0
#define CONFIG_SYS_FSL_ESDHC_NUM 1
/* Eth Configs */
/* USB Configs */
#define CONFIG_USB_EHCI_MX5
#define CONFIG_MXC_USB_PORT 1