> > > system ram and crash_reserved together before building EFL header. > > > > There's already below code which ignore the ram ranges.. > > for (i = 0; i < ranges; i++, range++) { > > if (range->type != RANGE_RAM) > > continue; > > Hmm, this RANGE_RAM is converted from Crash Kernel ranges. so for what I suggested it need change > to != RANGE_CRASH_KERNEL They are the 1st kernel RANGE_RAM ranges, please ignore above reply, I confused myself :( Thanks Dave