mirror of
https://github.com/feyisay07/meta-bsp-imx8mm.git
synced 2026-09-24 14:20:07 +01:00
Enable env import/export commands
Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
This commit is contained in:
@@ -38,5 +38,6 @@ SRC_URI_append_ucm-imx8m-mini = " \
|
||||
file://0036-SPL-Enable-bus-I2C2.patch \
|
||||
file://0037-SPL-Adjust-voltage-for-correct-DDR-initialisation.patch \
|
||||
file://0038-spl-enable-memory-id-interpretation.patch \
|
||||
file://0039-Enable-env-import-export-commands.patch \
|
||||
file://ucm-imx8m-mini_defconfig \
|
||||
"
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
From 1d83a25d915589bb9bc0530da92bbfb915c23658 Mon Sep 17 00:00:00 2001
|
||||
From: Kirill Kapranov <kirill.kapranov@compulab.co.il>
|
||||
Date: Fri, 17 Apr 2020 20:38:46 +0300
|
||||
Subject: [PATCH 39/39] Enable env import/export commands
|
||||
|
||||
Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
|
||||
---
|
||||
include/configs/ucm-imx8m-mini.h | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/include/configs/ucm-imx8m-mini.h b/include/configs/ucm-imx8m-mini.h
|
||||
index dececa051f..cd1ed129f9 100644
|
||||
--- a/include/configs/ucm-imx8m-mini.h
|
||||
+++ b/include/configs/ucm-imx8m-mini.h
|
||||
@@ -76,8 +76,6 @@
|
||||
/* Flat Device Tree Definitions */
|
||||
#define CONFIG_OF_BOARD_SETUP
|
||||
|
||||
-#undef CONFIG_CMD_EXPORTENV
|
||||
-#undef CONFIG_CMD_IMPORTENV
|
||||
#undef CONFIG_CMD_IMLS
|
||||
|
||||
#undef CONFIG_CMD_CRC32
|
||||
--
|
||||
2.11.0
|
||||
|
||||
Reference in New Issue
Block a user