]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: socfpga: config: Fix LOADADDR
authorMarek Vasut <marex@denx.de>
Wed, 22 Jul 2015 04:18:19 +0000 (06:18 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:23 +0000 (08:17 +0200)
commitabdd922058ab9ad5b389f0fd2793d6fc32eaf2cb
tree9af959098a81297d4969f7e1d7be8cee552ec776
parent0aa785d6443d25baf9d55a5a8f748874c5915b0f
arm: socfpga: config: Fix LOADADDR

Setting LOADADDR to 0x8000 is a bad idea, it is very likely that
some kind of overlap will happen. Move the LOADADDR 0x01000000
(16MiB from start of RAM) to make sure no overlap happens when
loading kernel for example.

Signed-off-by: Marek Vasut <marex@denx.de>
include/configs/socfpga_arria5.h
include/configs/socfpga_cyclone5.h