mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 12:44:23 +08:00
configs: meson64_android: add board specific env settings
This allows us to define extra board variables, such as "board" and "board_name". Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://lore.kernel.org/r/20211122152207.219023-2-mkorpershoek@baylibre.com
This commit is contained in:
parent
ede1f4f297
commit
4eff7426c9
@ -23,6 +23,10 @@
|
||||
#define CONTROL_PARTITION "misc"
|
||||
#endif
|
||||
|
||||
#ifndef EXTRA_ANDROID_ENV_SETTINGS
|
||||
#define EXTRA_ANDROID_ENV_SETTINGS ""
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_CMD_AVB)
|
||||
#define AVB_VERIFY_CHECK \
|
||||
"if test \"${force_avb}\" -eq 1; then " \
|
||||
@ -264,6 +268,7 @@
|
||||
"fi;"
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
EXTRA_ANDROID_ENV_SETTINGS \
|
||||
"partitions=" PARTS_DEFAULT "\0" \
|
||||
"mmcdev=2\0" \
|
||||
ANDROIDBOOT_GET_CURRENT_SLOT_CMD \
|
||||
|
Loading…
Reference in New Issue
Block a user