diff --git a/plat/renesas/rcar/bl2_plat_setup.c b/plat/renesas/rcar/bl2_plat_setup.c index 0e4be29..25ffd3b 100644 --- a/plat/renesas/rcar/bl2_plat_setup.c +++ b/plat/renesas/rcar/bl2_plat_setup.c @@ -332,6 +332,9 @@ #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 */ } }