diff options
| author | Tom Rini <[email protected]> | 2022-07-02 09:54:46 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-02 09:54:46 -0400 |
| commit | 6cae9aeeab374fd4ab1e38cc8473ef8de6dc42ed (patch) | |
| tree | 4bf4fe415bec0ff55e76cf20a63eecca7e37d6a1 /tools | |
| parent | 936d468b7bbc8c02071b3d0d24f9c48167cb5ce7 (diff) | |
| parent | c5e2442033d9afe67b1913e192b0eafa74eef856 (diff) | |
Merge branch '2022-07-01-additional-critical-fixes-and-updates'
- Update some MAINTAINERS entries, fix a regression on FIT images
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/mkimage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/mkimage.h b/tools/mkimage.h index 7652c8b001c..f5ca65e2edf 100644 --- a/tools/mkimage.h +++ b/tools/mkimage.h @@ -41,8 +41,7 @@ static inline ulong map_to_sysmem(void *ptr) return (ulong)(uintptr_t)ptr; } -#define ARCH_DMA_MINALIGN 1 -#define DEFINE_ALIGN_BUFFER(type, name, size, alugn) type name[size] +#define ALLOC_CACHE_ALIGN_BUFFER(type, name, size) type name[size] #define MKIMAGE_TMPFILE_SUFFIX ".tmp" #define MKIMAGE_MAX_TMPFILE_LEN 256 |
