diff options
| author | Tom Rini <[email protected]> | 2022-01-20 09:40:04 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-20 09:40:04 -0500 |
| commit | 3918376e91dac7711cf04bd06f8de80e797edfea (patch) | |
| tree | f1b151d3244c876c32764feccd6edd38400cc2aa /include | |
| parent | 280db76f1526c2e3657c013ab679a120eed8e6b7 (diff) | |
| parent | 09c2debab70271fdb3b1ff89e0e7d186502c548d (diff) | |
Merge tag 'u-boot-amlogic-20220120' of https://source.denx.de/u-boot/custodians/u-boot-amlogic
- Disable CONFIG_NET_RANDOM_ETHADDR for android configs
- meson64_android: define raw parts for bootloader to permit flashing with fastboot
- vim3: configure serial# from ethaddr to permit using fastboot like sei510/610
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/meson64_android.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/meson64_android.h b/include/configs/meson64_android.h index 0303d187dec..1266851196d 100644 --- a/include/configs/meson64_android.h +++ b/include/configs/meson64_android.h @@ -283,6 +283,8 @@ EXTRA_ANDROID_ENV_SETTINGS \ "partitions=" PARTS_DEFAULT "\0" \ "mmcdev=2\0" \ + "fastboot_raw_partition_bootloader=0x1 0xfff mmcpart 1\0" \ + "fastboot_raw_partition_bootenv=0x0 0xfff mmcpart 2\0" \ ANDROIDBOOT_GET_CURRENT_SLOT_CMD \ AVB_VERIFY_CMD \ "force_avb=0\0" \ |
