mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 05:18:55 +00:00
Added initial support of MCIMX7SABRE board (#1542)
* Added initial support of MCIMX7SABRE board MCIMX7SABRE is NXP iMX7d-based board with 1Gb RAM 2xGBE, 1xmPCIe Change-Id: I62685a55de54fa6109bef2a8e2ee760d831ffa0e * Added initial support of MCIMX7SABRE board MCIMX7SABRE is NXP iMX7d-based board with 1Gb RAM 2xGBE, 1xmPCIe Change-Id: I62685a55de54fa6109bef2a8e2ee760d831ffa0e * Changed BOARDFAMILY from mx7dsabre to imx7d Change-Id: Id351c9f6a8c907b415b804bfe11b86027278ed86 * Disabled MD driver for imx7d Kernel MD driver does not work correctly on NXP-modified kernel Change-Id: I58e8de6ee0b99282c452f594e22f6f7e1ff59ae0
This commit is contained in:
parent
76cafa6915
commit
0797faab9f
8 changed files with 5767 additions and 0 deletions
13
patch/u-boot/u-boot-imx7d/u-boot-enable-CMD_IMPORTENV.patch
Normal file
13
patch/u-boot/u-boot-imx7d/u-boot-enable-CMD_IMPORTENV.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/configs/mx7dsabresd_defconfig b/configs/mx7dsabresd_defconfig
|
||||
index 18b02f4..e8d7105 100644
|
||||
--- a/configs/mx7dsabresd_defconfig
|
||||
+++ b/configs/mx7dsabresd_defconfig
|
||||
@@ -15,7 +15,7 @@ CONFIG_CMD_BOOTZ=y
|
||||
# CONFIG_CMD_IMLS is not set
|
||||
# CONFIG_CMD_XIMG is not set
|
||||
# CONFIG_CMD_EXPORTENV is not set
|
||||
-# CONFIG_CMD_IMPORTENV is not set
|
||||
+CONFIG_CMD_IMPORTENV=y
|
||||
CONFIG_CMD_MEMTEST=y
|
||||
CONFIG_CMD_DFU=y
|
||||
CONFIG_CMD_GPIO=y
|
Loading…
Add table
Add a link
Reference in a new issue