Skip to content

Commit

Permalink
plat/imx8x: Drop 'board_defs.h' include
Browse files Browse the repository at this point in the history
Put these things in the board makefile instead to be consistend with
other boards and platforms.
  • Loading branch information
jonasblixt committed Feb 18, 2024
1 parent cce6ae1 commit 97f6faf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 0 additions & 8 deletions src/board/imx8qxmek/include/board_defs.h

This file was deleted.

3 changes: 3 additions & 0 deletions src/board/imx8qxmek/makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ SED = $(shell which sed)

src-y += $(BOARD)/board.c

cflags-y += -DBOARD_RAM_BASE=0x80000000
cflags-y += -DBOARD_RAM_END=0x140000000

.PHONY: imx8x_image imx8x_sign_image

imx8x_image: $(BUILD_DIR)/$(TARGET).bin
Expand Down
1 change: 0 additions & 1 deletion src/plat/imx8x/plat.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
*/

#include <board_defs.h>
#include <drivers/timer/imx_gpt.h>
#include <drivers/uart/imx_lpuart.h>
#include <drivers/usb/imx_ci_udc.h>
Expand Down

0 comments on commit 97f6faf

Please sign in to comment.