Re: [PATCH 2/2] cmd: boot: add brom cmd to reboot to FEL mode

2022-07-04 Thread Michal Suchánek
Hello, On Sun, Jul 03, 2022 at 11:23:26PM +0100, Andre Przywara wrote: > On Sun, 3 Jul 2022 21:20:22 +0200 > Michal Suchanek wrote: > > Hi Michal, > > > p-boot uses RTC GPR 1 value 0xb0010fe1 to flag FEL boot on A64 > > > > Default to the same. > > Please don't add any more #ifdef's to U-Boo

Re: [PATCH 2/2] cmd: boot: add brom cmd to reboot to FEL mode

2022-07-03 Thread Andre Przywara
On Sun, 3 Jul 2022 21:20:22 +0200 Michal Suchanek wrote: Hi Michal, > p-boot uses RTC GPR 1 value 0xb0010fe1 to flag FEL boot on A64 > > Default to the same. Please don't add any more #ifdef's to U-Boot, especially no nested ones, there are already far too many. > Signed-off-by: Michal Sucha