diff options
author | Simon Glass | 2024-06-27 09:29:49 +0100 |
---|---|---|
committer | Tom Rini | 2024-06-28 13:54:52 -0600 |
commit | d780965927d4b176857895b5d64fae85ccd04eb8 (patch) | |
tree | 861f7c1fa3ac8f1da27b840aeb7407fbc01ba411 /board | |
parent | 37323aec519e5a6e677bb24b11ff141f69533da3 (diff) |
Drop the special am335x_boneblack_vboot target
Now that am335x_evm boots OK on the Beaglebone black, drop the latter
and update the docs to cover the change.
Also add a few updates about 'make fit' and drop the note about the
security review, as U-Boot's verified boot has had quite extensive
review now.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/ti/am335x/MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/ti/am335x/MAINTAINERS b/board/ti/am335x/MAINTAINERS index 219c8715bf1..ed8800a2663 100644 --- a/board/ti/am335x/MAINTAINERS +++ b/board/ti/am335x/MAINTAINERS @@ -3,6 +3,5 @@ M: Tom Rini <trini@konsulko.com> S: Maintained F: board/ti/am335x/ F: include/configs/am335x_evm.h -F: configs/am335x_boneblack_vboot_defconfig F: configs/am335x_evm_defconfig F: configs/am335x_evm_spiboot_defconfig |