summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot-mainline/files/0007-apalis-imx8-enable-smmu-setup.patch
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-07-09 22:22:01 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-07-10 19:47:15 +0200
commitddcdce6443b4926840265ad39139d8e485ab579e (patch)
treeb7235af4372b522dec00ca3a295b1ecb635f9ea4 /recipes-bsp/u-boot-mainline/files/0007-apalis-imx8-enable-smmu-setup.patch
parente605d184fa537450ab496f9d304740696499fef7 (diff)
u-boot-toradex: update to 2019.07
Update to a 2019.07 based U-Boot. Use the openembedded master recipes for u-boot_2019.07 as a base. This makes the u-boot recipe in recipes-bsp/u-boot-mainline/ obsolete, delete it. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot-mainline/files/0007-apalis-imx8-enable-smmu-setup.patch')
-rw-r--r--recipes-bsp/u-boot-mainline/files/0007-apalis-imx8-enable-smmu-setup.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-bsp/u-boot-mainline/files/0007-apalis-imx8-enable-smmu-setup.patch b/recipes-bsp/u-boot-mainline/files/0007-apalis-imx8-enable-smmu-setup.patch
deleted file mode 100644
index 400cf48..0000000
--- a/recipes-bsp/u-boot-mainline/files/0007-apalis-imx8-enable-smmu-setup.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 18d42de50e1787b533b6d35894d853ac51f977bc Mon Sep 17 00:00:00 2001
-From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-Date: Thu, 30 May 2019 17:00:06 +0300
-Subject: [PATCH 07/15] apalis-imx8: enable smmu setup
-
-Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
----
- configs/apalis-imx8qm_defconfig | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/configs/apalis-imx8qm_defconfig b/configs/apalis-imx8qm_defconfig
-index f3dbaf0101..5e6b89ad9d 100644
---- a/configs/apalis-imx8qm_defconfig
-+++ b/configs/apalis-imx8qm_defconfig
-@@ -2,6 +2,7 @@ CONFIG_ARM=y
- CONFIG_ARCH_IMX8=y
- CONFIG_SYS_TEXT_BASE=0x80020000
- CONFIG_SYS_MALLOC_F_LEN=0x4000
-+CONFIG_IMX_SMMU=y
- CONFIG_TARGET_APALIS_IMX8=y
- CONFIG_NR_DRAM_BANKS=3
- CONFIG_DISTRO_DEFAULTS=y
---
-2.13.6
-