]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: MCR3000: Modernise the settings to properly work on lastest u-boot version
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 6 Feb 2023 18:33:53 +0000 (19:33 +0100)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Sat, 11 Feb 2023 07:47:58 +0000 (08:47 +0100)
commit7df55bb9b58b325b2aaa902c724826e4c30492f1
treea3895aebbfb89445cfbbe953bd36852c4b879b37
parentd126006635aa345269d8502a90f634e89742ae85
board: MCR3000: Modernise the settings to properly work on lastest u-boot version

Both U-boot and Linux kernel have grown over the last releases
and don't fit anymore in the 2M EPROM of the board.

So, rework the setup to allow storing the Linux kernel image
on the UBIFS NAND Flash.

Also add support to FIT images as this is what the Linux kernel
look like nowadays.

Also increase CFG_SYS_BOOTMAPSZ to 32Mbytes and define
CONFIG_SYS_BOOTM_LEN with the same value, otherwise it defaults
to 8M which is not sufficient anymore with nowadays Linux kernels.

And set the netmask to 255.255.255.0 as a class C address is used.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: FRANJOU Stephane <stephane.franjou@csgroup.eu>
board/cssi/mcr3000/mcr3000.env
configs/MCR3000_defconfig
include/configs/mcr3000.h