aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-imx6/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-04-14 23:21:19 +0200
committerPetr Štetiar <ynezz@true.cz>2020-04-17 13:43:34 +0200
commit260a225ba4ed9ad50a8442dc3f731af985d45326 (patch)
treece73a11cd13fc10d1d07dd34107eaa942bd6d7d2 /package/boot/uboot-imx6/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch
parent0f1b5ce2f5d07c1358f2da417133cd18e62fd9b9 (diff)
downloadupstream-260a225ba4ed9ad50a8442dc3f731af985d45326.tar.gz
upstream-260a225ba4ed9ad50a8442dc3f731af985d45326.tar.bz2
upstream-260a225ba4ed9ad50a8442dc3f731af985d45326.zip
uboot-imx6: bump to 2020.04 release
Refreshed all patches, run tested on apalis. Cc: Vladimir Vid <vladimir.vid@sartura.hr> Cc: Tim Harvey <tharvey@gateworks.com> Cc: Koen Vandeputte <koen.vandeputte@ncentric.com> Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/boot/uboot-imx6/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch')
-rw-r--r--package/boot/uboot-imx6/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/boot/uboot-imx6/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch b/package/boot/uboot-imx6/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch
index 18ad2d66d3..10ed918e77 100644
--- a/package/boot/uboot-imx6/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch
+++ b/package/boot/uboot-imx6/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch
@@ -14,11 +14,9 @@ Signed-off-by: Petr Štetiar <ynezz@true.cz>
configs/apalis_imx6_defconfig | 5 +++++
1 file changed, 5 insertions(+)
-diff --git a/configs/apalis_imx6_defconfig b/configs/apalis_imx6_defconfig
-index 0d11ab53d663..bbb3ec1aa554 100644
--- a/configs/apalis_imx6_defconfig
+++ b/configs/apalis_imx6_defconfig
-@@ -43,6 +43,7 @@ CONFIG_CMD_GPIO=y
+@@ -44,6 +44,7 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_GPT=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
@@ -26,7 +24,7 @@ index 0d11ab53d663..bbb3ec1aa554 100644
CONFIG_CMD_USB=y
CONFIG_CMD_USB_SDP=y
CONFIG_CMD_USB_MASS_STORAGE=y
-@@ -52,6 +53,10 @@ CONFIG_CMD_PMIC=y
+@@ -53,6 +54,10 @@ CONFIG_CMD_PMIC=y
CONFIG_CMD_REGULATOR=y
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="imx6-apalis"