commit | 9d31f93983102b2c11a28aaa8fffdfb7fc20f5fc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 20 18:47:55 2023 +1300 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 24 13:28:56 2023 -0400 |
tree | 9530108adccfa3bba397430a7dd44de7ccdaf819 | |
parent | 6a6d9f041e678d11aa24927dba7133149152f586 [diff] |
rockchip: Disable DISTRO_DEFAULTS for rk3399 boards These board have moved to standard boot but the old 'distro_bootcmd' command is still active. Disable DISTRO_DEFAULTS to fix this. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Vagrant Cascadian <vagrant@debian.org>