diff options
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2023-10-13 22:47:48 +0300 |
---|---|---|
committer | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2023-10-14 16:48:41 +0300 |
commit | 8b411963b7e4941cbd96ac874d0582eaa20ea998 (patch) | |
tree | f6358ba8e1a4d7644d73d8c3843c3086e662f8b2 /config/u-boot/qemu_arm64_12mb | |
parent | eb267733fabe6c773720706539ef37f1ce591f81 (diff) |
u-boot: qemu_arm64_12mb: Remove misleading rev field
The U-Boot build for qemu_arm64_12mb board refers to a code revision
whereas it uses the common "default" tree, remove the bad reference.
Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'config/u-boot/qemu_arm64_12mb')
-rw-r--r-- | config/u-boot/qemu_arm64_12mb/target.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/u-boot/qemu_arm64_12mb/target.cfg b/config/u-boot/qemu_arm64_12mb/target.cfg index 97c8d8e6..6532f257 100644 --- a/config/u-boot/qemu_arm64_12mb/target.cfg +++ b/config/u-boot/qemu_arm64_12mb/target.cfg @@ -1,3 +1,2 @@ tree="default" -rev="4debc57a3da6c3f4d3f89a637e99206f4cea0a96" # v2022.10 arch="AArch64" |