]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ARM: rmobile: rcar-gen3: Activate bootm_size
authorEugeniu Rosca <erosca@de.adit-jv.com>
Tue, 5 Mar 2019 22:13:37 +0000 (23:13 +0100)
committerMarek Vasut <marex@denx.de>
Sat, 9 Mar 2019 16:57:04 +0000 (17:57 +0100)
commitd245059ff7975956494375c97103b24ae04df17f
treea0722e9fbe1f14a327725563cabf9794f3991126
parent3f965f2c282d62320952fee97cba19323f51b109
ARM: rmobile: rcar-gen3: Activate bootm_size

v2019.01 commit 07a8060a1277 ("ARM: rmobile: Convert to bootm_size")
attempted converting to bootm_size of 256 MiB below targets:
 - include/configs/alt.h
 - include/configs/gose.h
 - include/configs/koelsch.h
 - include/configs/lager.h
 - include/configs/porter.h
 - include/configs/rcar-gen3-common.h
 - include/configs/silk.h
 - include/configs/stout.h

The update didn't fully work on R-Car3 due to the
CONFIG_SYS_BOOTMAPSZ=8MiB definition left by v2016.09 commit
e525d34b476e ("ARM: rmobile: Add support salvator-x board"),
which is explained in below README excerpt:

----8<----
CONFIG_SYS_BOOTMAPSZ:
                [..] If CONFIG_SYS_BOOTMAPSZ is undefined,
                then the value in "bootm_size" will be used instead.
----8<----

Allow the original commit to accomplish its purpose on R-Car3 targets
by removing the CONFIG_SYS_BOOTMAPSZ definition.

Fixes: 07a8060a1277 ("ARM: rmobile: Convert to bootm_size")
Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
include/configs/rcar-gen3-common.h