mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00

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>
29 lines
829 B
Diff
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
|
|
|