mbox series

[0/2] J721E: Fix bootcmd

Message ID 20220218132956.17738-1-a-govindraju@ti.com
Headers show
Series J721E: Fix bootcmd | expand

Message

Aswath Govindraju Feb. 18, 2022, 1:29 p.m. UTC
The following series of patches fix the bootcmd for J721e,
- adds the command 'run boot_rpocs' for booting remote processors
  from U-Boot (As it was earlier)
- removes setting of dorprocboot to 1. Since this should be
  set by the user and not set by default
- Syncs the bootcmd of hs configs with GP.

Aswath Govindraju (2):
  configs: j721e_evm_a72_defconfig: Fix the bootcmd
  configs: j721e_hs_evm_a72_defconfig: Sync up the bootcmd with GP
    configs

 configs/j721e_evm_a72_defconfig    | 2 +-
 configs/j721e_hs_evm_a72_defconfig | 2 +-
 include/configs/j721e_evm.h        | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

Comments

Aswath Govindraju Feb. 22, 2022, 4:48 a.m. UTC | #1
Hi,

On 18/02/22 6:59 pm, Aswath Govindraju wrote:
> The following series of patches fix the bootcmd for J721e,
> - adds the command 'run boot_rpocs' for booting remote processors
>   from U-Boot (As it was earlier)
> - removes setting of dorprocboot to 1. Since this should be
>   set by the user and not set by default
> - Syncs the bootcmd of hs configs with GP.
> 

Please do not apply this patch as I have found out that there are few
fixes that need to done. I will be posting a v2 of this series soon.

> Aswath Govindraju (2):
>   configs: j721e_evm_a72_defconfig: Fix the bootcmd
>   configs: j721e_hs_evm_a72_defconfig: Sync up the bootcmd with GP
>     configs
> 
>  configs/j721e_evm_a72_defconfig    | 2 +-
>  configs/j721e_hs_evm_a72_defconfig | 2 +-
>  include/configs/j721e_evm.h        | 1 -
>  3 files changed, 2 insertions(+), 3 deletions(-)
>