mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-28 23:11:49 +01:00
We should not have an arch-specific header file in common.h. Instead, use the asm/hardware.h header to provide the required declarations, and drop the common.h changes. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>