diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-12 19:03:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-24 16:34:45 -0400 |
commit | 577dddb5b7d6e0f962ea06ed80b85bc6ec5ca7d8 (patch) | |
tree | c3b4c7f085a54877cde520f63ffc9580c303fed6 /board | |
parent | 07011890a60fe45074defbe39f4dca90f82c4955 (diff) | |
download | u-boot-577dddb5b7d6e0f962ea06ed80b85bc6ec5ca7d8.zip u-boot-577dddb5b7d6e0f962ea06ed80b85bc6ec5ca7d8.tar.gz u-boot-577dddb5b7d6e0f962ea06ed80b85bc6ec5ca7d8.tar.bz2 |
microblaze: Remove common.h usage
We can remove common.h from most cases of the code here, and only a few
places need an additional header instead.
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/xilinx/microblaze-generic/microblaze-generic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/xilinx/microblaze-generic/microblaze-generic.c b/board/xilinx/microblaze-generic/microblaze-generic.c index a427ac9..2b035d5 100644 --- a/board/xilinx/microblaze-generic/microblaze-generic.c +++ b/board/xilinx/microblaze-generic/microblaze-generic.c @@ -10,7 +10,6 @@ * header files */ -#include <common.h> #include <config.h> #include <env.h> #include <init.h> |