aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-07-27 11:42:31 -0400
committerTom Rini <trini@konsulko.com>2021-07-27 11:42:31 -0400
commit55efa84d0f523b0609d6947d232c000824315a68 (patch)
tree00ff791d9b5d50dd2859300d08728826f84cf6da /include
parent0d4823fbebae6ebbf558a9325d86b37c67d848d9 (diff)
parent24d2aea19b8069fb124313435cffcbb07c8317a1 (diff)
downloadu-boot-55efa84d0f523b0609d6947d232c000824315a68.zip
u-boot-55efa84d0f523b0609d6947d232c000824315a68.tar.gz
u-boot-55efa84d0f523b0609d6947d232c000824315a68.tar.bz2
Merge tag 'u-boot-amlogic-20210727' of https://source.denx.de/u-boot/custodians/u-boot-amlogicWIP/27Jul2021
- Add SMBIOS info for Khadas VIM boards - Fix meson-axg-mipi PHY build - Fix VIM3 board phy-names property setup - Return correct value for non emmc boot sources on VIM3 - add kernel compression vars
Diffstat (limited to 'include')
-rw-r--r--include/configs/meson64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/meson64.h b/include/configs/meson64.h
index 17ebccd..fb7f16d 100644
--- a/include/configs/meson64.h
+++ b/include/configs/meson64.h
@@ -83,6 +83,8 @@
"stdin=" STDIN_CFG "\0" \
"stdout=" STDOUT_CFG "\0" \
"stderr=" STDOUT_CFG "\0" \
+ "kernel_comp_addr_r=0x0d080000\0" \
+ "kernel_comp_size=0x2000000\0" \
"fdt_addr_r=0x08008000\0" \
"scriptaddr=0x08000000\0" \
"kernel_addr_r=0x08080000\0" \