Re: [PATCH] rockchip: Fix u-boot-rockchip.bin build

2021-08-11 Thread Kever Yang
On 2021/7/25 下午10:25, Johan Gunnarsson wrote: Currently there are a few arm32 rockchip board configs that don't generate u-boot-rockchip.bin when running make because CONFIG_BINMAN is not enabled. This patch changes CONFIG_ARCH_ROCKCHIP to also select CONFIG_BINMAN if CONFIG_SPL and !CONFIG_ARM

Re: [PATCH] rockchip: Fix u-boot-rockchip.bin build

2021-08-11 Thread Kever Yang
Johan Gunnarsson 于2021年7月26日周一 上午7:32写道: > > Currently there are a few arm32 rockchip board configs that don't > generate u-boot-rockchip.bin when running make because CONFIG_BINMAN > is not enabled. This patch changes CONFIG_ARCH_ROCKCHIP to also select > CONFIG_BINMAN if CONFIG_SPL and !CONFIG_A

Re: [PATCH] rockchip: Fix u-boot-rockchip.bin build

2021-07-26 Thread Simon Glass
On Sun, 25 Jul 2021 at 08:26, Johan Gunnarsson wrote: > > Currently there are a few arm32 rockchip board configs that don't > generate u-boot-rockchip.bin when running make because CONFIG_BINMAN > is not enabled. This patch changes CONFIG_ARCH_ROCKCHIP to also select > CONFIG_BINMAN if CONFIG_SPL

[PATCH] rockchip: Fix u-boot-rockchip.bin build

2021-07-25 Thread Johan Gunnarsson
Currently there are a few arm32 rockchip board configs that don't generate u-boot-rockchip.bin when running make because CONFIG_BINMAN is not enabled. This patch changes CONFIG_ARCH_ROCKCHIP to also select CONFIG_BINMAN if CONFIG_SPL and !CONFIG_ARM64. Example builds that don't generate u-boot-roc