When I create a new project for the MPC5748G and select the S32_SDK_S32PA_RTM_3.0.3 or the S32_SDK_S32PA_RTM_3.0.0 as the SDK the Flash linker file does not match what I configured the file to be. No matter what I do the following is generated
/* Define FLASH */
FLASH_BASE_ADDR = DEFINED(__flash_base_addr__) ? __flash_base_addr__ : 0x012C0000;
FLASH_SIZE = DEFINED(__flash_size__) ? __flash_size__ : 1856K;
/* Define SRAM */
SRAM_BASE_ADDR = DEFINED(__sram_base_addr__) ? __sram_base_addr__ : 0x40000000;
SRAM_SIZE = DEFINED(__sram_size__) ? __sram_size__ : 256K;