]> git.baikalelectronics.ru Git - uboot.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)
commit3dfebeb466c8c94914819f9e24474c6234779b80
treea3895aebbfb89445cfbbe953bd36852c4b879b37
parenta299f16f26f2e59c7ba8418b8eee0d64c0d79784
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