Re: [U-Boot] [PATCH 1/1] odroid-c2: increase CONFIG_SYS_BOOTM_LEN

2017-04-14 Thread Andreas Färber
Hi, Am 14.04.2017 um 14:17 schrieb Heinrich Schuchardt: > A feature rich Kernel for Linux needs more than 8 MiB. "Linux kernel"? > Hence enlarge CONFIG_SYS_BOOTM_LEN to 64 MiB for the Odroid C2. > As the Odroid C2 has has 2 GiB of RAM this poses no problem. Duplicate "has", and "Odroid-C2".

[U-Boot] [PATCH 1/1] odroid-c2: increase CONFIG_SYS_BOOTM_LEN

2017-04-14 Thread Heinrich Schuchardt
A feature rich Kernel for Linux needs more than 8 MiB. Hence enlarge CONFIG_SYS_BOOTM_LEN to 64 MiB for the Odroid C2. As the Odroid C2 has has 2 GiB of RAM this poses no problem. Signed-off-by: Heinrich Schuchardt --- include/configs/meson-gxbb-common.h | 2 ++ 1 file