]> git.ipfire.org Git - people/ms/u-boot.git/commit - cmd/usb.c
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
authorSimon Glass <sjg@chromium.org>
Wed, 2 Sep 2015 23:24:58 +0000 (17:24 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Sep 2015 21:15:20 +0000 (17:15 -0400)
commitcf92e05c0135bc2b1a1b25a3218e31e6d79bad59
tree0ccaa4c6fb0edf61e473c58cfcba827c65d9ae15
parent6e295186c7fc8bf5be22a05f6ca9602f2bb507f2
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header

Now that we have a new header file for cache-aligned allocation, we should
move the stack-based allocation macro there also.

Signed-off-by: Simon Glass <sjg@chromium.org>
40 files changed:
board/raspberrypi/rpi/rpi.c
board/samsung/common/misc.c
common/cmd_usb.c
common/env_fat.c
common/env_mmc.c
common/env_nand.c
common/env_ubi.c
common/usb.c
common/usb_hub.c
common/usb_kbd.c
common/usb_storage.c
disk/part_dos.c
disk/part_efi.c
disk/part_mac.c
drivers/block/ahci.c
drivers/mmc/dw_mmc.c
drivers/mmc/mmc.c
drivers/mmc/rpmb.c
drivers/mtd/nand/tegra_nand.c
drivers/net/e1000.c
drivers/net/fec_mxc.c
drivers/net/rtl8169.c
drivers/spi/mxs_spi.c
drivers/usb/eth/asix.c
drivers/usb/eth/asix88179.c
drivers/usb/eth/mcs7830.c
drivers/usb/eth/smsc95xx.c
drivers/usb/gadget/ether.c
drivers/usb/gadget/f_thor.c
drivers/usb/host/dwc2.c
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ohci-hcd.c
drivers/usb/host/usb-uclass.c
drivers/video/bcm2835.c
fs/ext4/dev.c
fs/ext4/ext4_common.c
fs/ext4/ext4_write.c
fs/fat/fat.c
include/common.h
include/memalign.h