diff options
author | Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> | 2023-10-26 13:50:50 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-31 13:08:10 -0400 |
commit | 2dff8df1ad6bc8a89758d516c1df823abce34212 (patch) | |
tree | fb5701eee0e27501ebb1385e71ec797e69db4ae1 | |
parent | 805aa48a3f780bfdc6db6da808caed81e086eae6 (diff) |
corstone1000: enable distro booting command
enable distro_bootcmd
Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
-rw-r--r-- | include/configs/corstone1000.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/corstone1000.h b/include/configs/corstone1000.h index 3347c11792..3ada21cbba 100644 --- a/include/configs/corstone1000.h +++ b/include/configs/corstone1000.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* - * (C) Copyright 2022 ARM Limited + * Copyright 2022-2023 Arm Limited and/or its affiliates <open-source-office@arm.com> * (C) Copyright 2022 Linaro * Rui Miguel Silva <rui.silva@linaro.org> * Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> @@ -29,5 +29,6 @@ #include <config_distro_bootcmd.h> +#define CFG_EXTRA_ENV_SETTINGS BOOTENV #endif |