mirror of
https://github.com/frank-w/u-boot.git
synced 2026-02-08 12:34:33 +08:00
bl2: mt7988: add basic 8GB support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user