mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-14 18:31:27 +02: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>