Re: [PATCH] arm: mvebu: turris_omnia: Add CONFIG_BOARD_SIZE_LIMIT

2022-09-20 Thread Stefan Roese
On 14.09.22 15:06, Pali Rohár wrote: Maximal size of u-boot kwb image binary is $CONFIG_ENV_OFFSET which is 0xF = 983040 bytes. So add missing CONFIG_BOARD_SIZE_LIMIT definition to ensure that u-boot binary does not overflow to the u-boot env storage. Signed-off-by: Pali Rohár Applied to

Re: [PATCH] arm: mvebu: turris_omnia: Add CONFIG_BOARD_SIZE_LIMIT

2022-09-19 Thread Stefan Roese
On 14.09.22 15:06, Pali Rohár wrote: Maximal size of u-boot kwb image binary is $CONFIG_ENV_OFFSET which is 0xF = 983040 bytes. So add missing CONFIG_BOARD_SIZE_LIMIT definition to ensure that u-boot binary does not overflow to the u-boot env storage. Signed-off-by: Pali Rohár

Re: [PATCH] arm: mvebu: turris_omnia: Add CONFIG_BOARD_SIZE_LIMIT

2022-09-16 Thread Marek Behún
On Wed, 14 Sep 2022 15:06:46 +0200 Pali Rohár wrote: > Maximal size of u-boot kwb image binary is $CONFIG_ENV_OFFSET which is > 0xF = 983040 bytes. So add missing CONFIG_BOARD_SIZE_LIMIT definition > to ensure that u-boot binary does not overflow to the u-boot env storage. > >

[PATCH] arm: mvebu: turris_omnia: Add CONFIG_BOARD_SIZE_LIMIT

2022-09-14 Thread Pali Rohár
Maximal size of u-boot kwb image binary is $CONFIG_ENV_OFFSET which is 0xF = 983040 bytes. So add missing CONFIG_BOARD_SIZE_LIMIT definition to ensure that u-boot binary does not overflow to the u-boot env storage. Signed-off-by: Pali Rohár --- configs/turris_omnia_defconfig | 2 ++ 1 file