]> git.dujemihanovic.xyz Git - u-boot.git/commit
km: adapt defines and variables for new memory layout
authorHolger Brunck <holger.brunck@hitachi-powergrids.com>
Fri, 9 Oct 2020 15:21:32 +0000 (17:21 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 22 Oct 2020 15:25:33 +0000 (11:25 -0400)
commit6a0952a3329f6f0f3397d28d4b03674cc85df103
tree52341f8c88f839c38bb8d1327cc43542afb757b7
parentdcf16721c1df2a97b7836677d704e49d6cdf455f
km: adapt defines and variables for new memory layout

Due to increasing kernel image sizes we get problems when decompressing
the kernel image. To fix this we need to change the addresses where we
load and where we extract the kernel. Also we need to adapt the address
where to load the CRAMFS image and where to load the DTB file.
While at it also harmonize all boards for PPC and ARM to have the
same values. Also we add a new variable "env_version", so that the
userspace is able to detect if this is a u-boot binary with updated
values or not.

CC: Valentin Longchamp <valentin.longchamp@hitachi-powergrids.com>
CC: Heiko Schocher <hs@denx.de>
CC: Tom Rini <trini@konsulko.com>
Signed-off-by: Holger Brunck <holger.brunck@hitachi-powergrids.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
[trini: Remove old values from kmp204x.h]
Signed-off-by: Tom Rini <trini@konsulko.com>
board/keymile/Kconfig
include/configs/km/keymile-common.h
include/configs/km/km-powerpc.h
include/configs/km/km_arm.h
include/configs/kmp204x.h