Re: [PATCH 08/11] vexpress64: defconfigs: allow default commands

2022-04-02 Thread Tom Rini
On Fri, Mar 04, 2022 at 04:30:15PM +, Andre Przywara wrote: > Right now the defconfig the Arm VExpress64 boards disables quite some > standard commands, for apparently no good reasons (as image size is > hardly a concern here). > > Remove the lines explicitly disabling those features, leaving

[PATCH 08/11] vexpress64: defconfigs: allow default commands

2022-03-04 Thread Andre Przywara
Right now the defconfig the Arm VExpress64 boards disables quite some standard commands, for apparently no good reasons (as image size is hardly a concern here). Remove the lines explicitly disabling those features, leaving it to the U-Boot default settings to set them. Signed-off-by: Andre Przyw