diff --git a/plat/renesas/rcar/bl2_plat_setup.c b/plat/renesas/rcar/bl2_plat_setup.c index 0e4be292ec5899dffd09b7775c5ec51f7df6ca8c..25ffd3b5e94f8abd2903737a9e9123b171a53de0 100644 --- a/plat/renesas/rcar/bl2_plat_setup.c +++ b/plat/renesas/rcar/bl2_plat_setup.c @@ -332,6 +332,9 @@ static void bl2_advertise_dram_size(uint32_t product, uint32_t cut) #elif (RCAR_DRAM_DDR3L_MEMCONF == 1) /* 2GB(512MBx4) */ NOTICE("BL2: 0x400000000 - 0x47fffffff, 2 GiB\n"); +#elif (RCAR_DRAM_DDR3L_MEMCONF == 2) + /* 4GB(1GBx4) */ + NOTICE("BL2: 0x400000000 - 0x4ffffffff, 4 GiB\n"); #endif /* RCAR_DRAM_DDR3L_MEMCONF == 0 */ } }