meta-freescale-3rdparty/recipes-bsp/u-boot/u-boot-kontron/0003-kontron_mx6ul-Enable-UUID-command-support.patch
Otavio Salvador 8bad7d778c u-boot-kontron: Add bootcount and uuid command support
This enables few extra options for the default configuration. It
enables:

 - BOOTCOUNT_LIMIT
 - BOOTCOUNT_ENV
 - CMD_FS_UUID

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2020-05-25 09:40:06 -03:00

29 lines
829 B
Diff

From dbc3af04cf8be22cfca6be1bde99d64107946438 Mon Sep 17 00:00:00 2001
From: Otavio Salvador <otavio@ossystems.com.br>
Date: Thu, 21 May 2020 15:21:51 -0300
Subject: [PATCH 3/3] kontron_mx6ul: Enable UUID command support
Organization: O.S. Systems Software LTDA.
Upstream-Status: Pending
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
configs/kontron_mx6ul_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/kontron_mx6ul_defconfig b/configs/kontron_mx6ul_defconfig
index aabf348c17f..c25abc3e11a 100644
--- a/configs/kontron_mx6ul_defconfig
+++ b/configs/kontron_mx6ul_defconfig
@@ -44,6 +44,7 @@ CONFIG_CMD_USB_SDP=y
CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_EXT4_WRITE=y
+CONFIG_CMD_FS_UUID=y
CONFIG_CMD_UBI=y
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
--
2.26.2