commit | d6833e9b9cf8e4750b45da99cd159aa2d9f78282 | [log] [tgz] |
---|---|---|
author | Tony Dinh <mibodhi@gmail.com> | Tue Sep 19 14:27:21 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 09 15:24:31 2023 -0400 |
tree | 8790233b89798ee52f1a0d8104acc27c6654d486 | |
parent | a1f1bf892f9e8abe7cae3aa6e277f16e352ff2fd [diff] |
bootstd: use ARCH_DMA_MINALIGN in memalign() when allocating memory Use ARCH_DMA_MINALIGN in memalign() when allocating memory to read the script from the media. Ref: https://lore.kernel.org/u-boot/CAJaLiFy05F3Cr4X4G2mVkppXnBEFZrHQ+5CngYN8eJPg8ENWkg@mail.gmail.com/T/#m26daadc2463fe653b814a94e6309e5e6bb6be1d1 Note: this patch depends on the previous patch https://patchwork.ozlabs.org/project/uboot/patch/20230917230649.30357-1-mibodhi@gmail.com/ Signed-off-by: Tony Dinh <mibodhi@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>