]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
karo: reset fdtaddr to the original value due to prevent overlap with linux kernel
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 9 Jan 2015 11:15:47 +0000 (12:15 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 9 Jan 2015 12:08:02 +0000 (13:08 +0100)
commitcce4dee35eced4de9217a21bb7a6055205d759d6
tree7c5e9820ba5b6bda3303d28db246d820574d5082
parente4295d41244ed11ba47c4e956de816cf1ad909cd
karo: reset fdtaddr to the original value due to prevent overlap with linux kernel

Moving the FDT to low RAM leaves only 28KiB between the FDT start
address and the standard address to which the linux image is unpacked
during boot. Thus the linux kernel will overwrite portions of the FDT
if this is larger than 28KiB (which is already the case for TX6).

Put the FDT at the original address 16MiB from RAM start to prevent
this.
include/configs/tx28.h
include/configs/tx48.h
include/configs/tx51.h
include/configs/tx53.h
include/configs/tx6.h