public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anastasiia Lukianenko <vicooodin@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 3/5] board: xen: Remove CONFIG_CMD_RUN define as it is set on by default in Kconfig
Date: Wed, 19 Aug 2020 15:42:19 +0300	[thread overview]
Message-ID: <20200819124221.30615-4-vicooodin@gmail.com> (raw)
In-Reply-To: <20200819124221.30615-1-vicooodin@gmail.com>

From: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>

Signed-off-by: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>
---
 configs/xenguest_arm64_defconfig | 1 -
 include/configs/xenguest_arm64.h | 2 --
 2 files changed, 3 deletions(-)

diff --git a/configs/xenguest_arm64_defconfig b/configs/xenguest_arm64_defconfig
index 46473c251d..1a85166ff5 100644
--- a/configs/xenguest_arm64_defconfig
+++ b/configs/xenguest_arm64_defconfig
@@ -17,7 +17,6 @@ CONFIG_CMD_ELF=n
 CONFIG_CMD_EXT4=y
 CONFIG_CMD_FAT=y
 CONFIG_CMD_GO=n
-CONFIG_CMD_RUN=n
 CONFIG_CMD_IMI=n
 CONFIG_CMD_IMLS=n
 CONFIG_CMD_XIMG=n
diff --git a/include/configs/xenguest_arm64.h b/include/configs/xenguest_arm64.h
index e88ab87a1d..f3092cb2f8 100644
--- a/include/configs/xenguest_arm64.h
+++ b/include/configs/xenguest_arm64.h
@@ -39,8 +39,6 @@
 #define CONFIG_CMDLINE_TAG            1
 #define CONFIG_INITRD_TAG             1
 
-#define CONFIG_CMD_RUN
-
 #undef CONFIG_EXTRA_ENV_SETTINGS
 #define CONFIG_EXTRA_ENV_SETTINGS	\
 	"loadimage=ext4load pvblock 0 0x90000000 /boot/Image;\0" \
-- 
2.17.1

  parent reply	other threads:[~2020-08-19 12:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-19 12:42 [PATCH 0/5] Follow up to "Add new board: Xen guest for ARM64" series Anastasiia Lukianenko
2020-08-19 12:42 ` [PATCH 1/5] board: xen: Remove unnecessary CONFIG_BOARD_EARLY_INIT_F define and board_early_init_f function Anastasiia Lukianenko
2020-08-19 13:16   ` Tom Rini
2020-08-19 12:42 ` [PATCH 2/5] MAINTAINERS: Add maintainers to XEN section Anastasiia Lukianenko
2020-08-19 13:16   ` Tom Rini
2020-08-19 12:42 ` Anastasiia Lukianenko [this message]
2020-08-20  9:52   ` [PATCH 3/5] board: xen: Remove CONFIG_CMD_RUN define as it is set on by default in Kconfig Michal Simek
2020-08-19 12:42 ` [PATCH 4/5] board: xen: Remove unnecessary CONFIG_INITRD_TAG and CONFIG_CMDLINE_TAG Anastasiia Lukianenko
2020-08-19 12:42 ` [PATCH 5/5] xen: Code style conformity Anastasiia Lukianenko
2020-08-19 13:18   ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200819124221.30615-4-vicooodin@gmail.com \
    --to=vicooodin@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox