summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnastasiia Lukianenko <[email protected]>2020-08-21 12:10:02 +0300
committerTom Rini <[email protected]>2020-08-24 14:11:31 -0400
commit32eac63af3287674f73933dfff6eae22a5b77c76 (patch)
treef38bf1b4e97d3501e37be751dd3faf96c239aefe /include
parent607274f7f67e14aca0f0d1cde55569faa48f0183 (diff)
board: xen: Remove CONFIG_CMD_RUN define and clean xenguest_arm64_defconfig
CONFIG_CMD_RUN is set on by default in Kconfig. Create xenguest_arm64_defconfig by using savedefconfig to avoid unnecessary options. Signed-off-by: Anastasiia Lukianenko <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/xenguest_arm64.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/xenguest_arm64.h b/include/configs/xenguest_arm64.h
index e88ab87a1d0..f3092cb2f8f 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" \