diff options
| author | Abdellatif El Khlifi <[email protected]> | 2023-10-26 13:50:50 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-31 13:08:10 -0400 |
| commit | 2dff8df1ad6bc8a89758d516c1df823abce34212 (patch) | |
| tree | fb5701eee0e27501ebb1385e71ec797e69db4ae1 /include | |
| parent | 805aa48a3f780bfdc6db6da808caed81e086eae6 (diff) | |
corstone1000: enable distro booting command
enable distro_bootcmd
Signed-off-by: Abdellatif El Khlifi <[email protected]>
Signed-off-by: Rui Miguel Silva <[email protected]>
Diffstat (limited to 'include')
| -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 3347c11792d..3ada21cbba1 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 <[email protected]> * (C) Copyright 2022 Linaro * Rui Miguel Silva <[email protected]> * Abdellatif El Khlifi <[email protected]> @@ -29,5 +29,6 @@ #include <config_distro_bootcmd.h> +#define CFG_EXTRA_ENV_SETTINGS BOOTENV #endif |
