bl2: mt7988: add basic 8GB support

This commit is contained in:
Frank Wunderlich
2025-04-02 16:32:03 +02:00
parent 4a09cff84e
commit de965eb469

View File

@@ -17,7 +17,7 @@ endif # END OF DDR4_4BG_MODE
# Whether supports DDR4
ifeq ($(DRAM_USE_DDR4), 1)
BL2_CPPFLAGS += -DDRAM_USE_DDR4
AVAIL_DRAM_SIZE := 1024 2048
AVAIL_DRAM_SIZE := 1024 2048 4096
else
override DRAM_USE_DDR4 := 0
AVAIL_DRAM_SIZE := 256 512