commit | eca3f4e4e3b6fd1b1d872e58594420a1bcbbdae7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 21 21:08:44 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 16 14:35:08 2021 -0500 |
tree | ddb8ed1599553fc78d50ec0854e3a1d2712e3d1d | |
parent | 29ee2bf8e88e41427c455da9e37582d822729b58 [diff] |
sandbox: Drop distro_boot This is a complicated set of #defines and it is painful to convert to a text file. We can (once pending patches are applied) provide the same functionality with bootmethod. Drop this for sandbox to allow conversion to a text-file environment. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>