commit | 6b256dcc88bb27a1ca8b6872b61a171651743c00 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 27 15:54:28 2023 -0600 |
committer | Peter Robinson <pbrobinson@gmail.com> | Sun Sep 03 23:20:59 2023 +0100 |
tree | 7fbb2431e0cb92c731e21fe8f8fd239c56b76500 | |
parent | 2454264bde06d90a60b5119b396d9a58f0d81545 [diff] |
arm: rpi: Switch to standard boot Drop use of the distro scripts and use standard boot instead. We don't need to specify the mmc devices individually, since they are used in order from 0 to 2, and standard boot uses that order anyway. Signed-off-by: Simon Glass <sjg@chromium.org>