diff options
author | Simon Glass <sjg@chromium.org> | 2023-09-14 10:55:46 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-09-19 11:36:25 -0400 |
commit | ddc5f9b13ec6665e480e3415a3cd2a3e5668cb4d (patch) | |
tree | 30d8274dff915c5c7e5bac3ce6453ed1aabfe4e0 /common/Makefile | |
parent | b1a4b46734af68d734978cd5220b1af33d124814 (diff) | |
download | u-boot-ddc5f9b13ec6665e480e3415a3cd2a3e5668cb4d.tar.gz |
Move fdt_simplefb to boot/
This relates to booting, so move it there. Create a new Kconfig menu for
things related to devicetree fixup.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common/Makefile')
-rw-r--r-- | common/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile index 0948721d0b4..5c1617206f0 100644 --- a/common/Makefile +++ b/common/Makefile @@ -17,7 +17,6 @@ obj-y += board_r.o obj-$(CONFIG_DISPLAY_BOARDINFO) += board_info.o obj-$(CONFIG_DISPLAY_BOARDINFO_LATE) += board_info.o -obj-$(CONFIG_FDT_SIMPLEFB) += fdt_simplefb.o obj-$(CONFIG_MII) += miiphyutil.o obj-$(CONFIG_CMD_MII) += miiphyutil.o obj-$(CONFIG_PHYLIB) += miiphyutil.o |