diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2024-08-09 08:55:49 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2024-08-09 08:55:49 +0900 |
commit | 8d32e1f6b00dc2d8445a3e4809996c2c90adb9b7 (patch) | |
tree | 2586328b2beacc12bb0eec87eb709cae27d85c1f | |
parent | 1448fac72559799be11598145dc9a421d811ffb7 (diff) | |
download | meta-8d32e1f6b00dc2d8445a3e4809996c2c90adb9b7.tar.gz meta-8d32e1f6b00dc2d8445a3e4809996c2c90adb9b7.tar.bz2 meta-8d32e1f6b00dc2d8445a3e4809996c2c90adb9b7.zip |
Add u-boot-env-default.bin file for BPI-F3 riscv boardaccepted/tizen/unified/x/asan/20240813.230401accepted/tizen/unified/x/20240809.060958accepted/tizen/unified/toolchain/20240812.132114accepted/tizen/unified/dev/20240812.223228accepted/tizen/unified/20240809.055224
Add u-boot-env-default.bin file for BPI-F3 riscv board.
Current, it needs to flash it into block-device.
In future, it can be replaced to uboot.env file. At that time, this can
be removed.
Change-Id: I89bcc7f8c74e1ce8efb19092e5d34aec6bbc94ff
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r-- | ks/tizen-boot-riscv64-bpif3.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ks/tizen-boot-riscv64-bpif3.yaml b/ks/tizen-boot-riscv64-bpif3.yaml index 3ccb287..cc1959c 100644 --- a/ks/tizen-boot-riscv64-bpif3.yaml +++ b/ks/tizen-boot-riscv64-bpif3.yaml @@ -15,6 +15,7 @@ Attachment: - /var/tmp/FSBL.bin - /var/tmp/fw_dynamic.itb - /var/tmp/bootinfo_sd.bin +- /var/tmp/u-boot-env-default.bin Repos: - unified-standard - base-standard |