commit | e625bfe5ad95ace782ed998f4c2b85b20d1923ad | [log] [tgz] |
---|---|---|
author | Bryan Brattlof <bb@ti.com> | Fri Dec 23 19:15:24 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 10 15:39:07 2023 -0500 |
tree | a658b17efe4675be1e368b061b91a9c121a91345 | |
parent | b672e8581070497c1859910ce0def6eaf4a49860 [diff] |
configs: am62a: convert bootcmd to distro_bootcmd We're currently using CONFIG_BOOTCOMMAND to run custom boot scripts to jump into linux. While this works, let's begin the transition to more distribution friendly jumps to linux by enabling distro_bootcmd. Convert the custom bootcmd to a distro_bootcmd Signed-off-by: Judith Mendez <jm@ti.com> Signed-off-by: Bryan Brattlof <bb@ti.com>