blob: a88180da8790766ed6a095b137bf8f10ab73051c [file] [log] [blame]
Andrew Geisslerea144b032023-01-27 16:03:57 -06001From 15778524604652db60f704a772b6815d0f4305bf Mon Sep 17 00:00:00 2001
2From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
3Date: Mon, 5 Dec 2022 17:02:32 +0000
4Subject: [PATCH] corstone1000: enable distro booting command
5
6enable distro_bootcmd
7
8Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
9Upstream-Status: Pending [Not submitted to upstream yet]
10---
11 include/configs/corstone1000.h | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/include/configs/corstone1000.h b/include/configs/corstone1000.h
15index 1f28a0f6c0..548856b970 100644
16--- a/include/configs/corstone1000.h
17+++ b/include/configs/corstone1000.h
18@@ -64,5 +64,6 @@
19
20 #include <config_distro_bootcmd.h>
21
22+#define CONFIG_EXTRA_ENV_SETTINGS BOOTENV
23
24 #endif
25--
262.17.1
27