diff options
| author | hathach <[email protected]> | 2021-11-22 10:59:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-11-22 10:59:22 +0700 |
| commit | 8a18c22c2f7c15b5c7869428877c1e50157d5856 (patch) | |
| tree | 1baa61e622db2d723329192288015aa7e87e5756 | |
| parent | 21787ecdd355917db3790be20f35f6f2d5a05a66 (diff) | |
add BCM_VERSION
| -rw-r--r-- | hw/bsp/raspberrypi4/boards/raspberrypi_cm4/board.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/raspberrypi4/boards/raspberrypi_cm4/board.mk b/hw/bsp/raspberrypi4/boards/raspberrypi_cm4/board.mk index e69de29bb..897342479 100644 --- a/hw/bsp/raspberrypi4/boards/raspberrypi_cm4/board.mk +++ b/hw/bsp/raspberrypi4/boards/raspberrypi_cm4/board.mk @@ -0,0 +1 @@ +CFLAGS += -DBCM_VERSION=2711 |
