diff --git a/plat/rockchip/rk3368/include/platform_def.h b/plat/rockchip/rk3368/include/platform_def.h index 876cbfb48a76e1315be6d89b2d39554c4af0f3dd..299704d5696a01501fd93102837e263ec8e36a0f 100644 --- a/plat/rockchip/rk3368/include/platform_def.h +++ b/plat/rockchip/rk3368/include/platform_def.h @@ -101,7 +101,7 @@ /* * Put BL3-1 at the top of the Trusted RAM */ -#define BL31_BASE (TZRAM_BASE + 0x8000) +#define BL31_BASE (TZRAM_BASE + 0x10000) #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE) /******************************************************************************* diff --git a/plat/rockchip/rk3399/include/platform_def.h b/plat/rockchip/rk3399/include/platform_def.h index 13f3d50087bba61293fe32e295a8c9428b26d4ae..f7da0e70419e5cf51f8f9af62da5fd2dc391586f 100644 --- a/plat/rockchip/rk3399/include/platform_def.h +++ b/plat/rockchip/rk3399/include/platform_def.h @@ -101,7 +101,7 @@ /* * Put BL3-1 at the top of the Trusted RAM */ -#define BL31_BASE (TZRAM_BASE + 0x8000) +#define BL31_BASE (TZRAM_BASE + 0x10000) #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE) /******************************************************************************* diff --git a/plat/rockchip/rk3399/rk3399_def.h b/plat/rockchip/rk3399/rk3399_def.h index 8562148648ff15f415e712987120ba75c5cdf022..4ddb0ddd73cea2b70cf0d07f7b1af01437eeb2ec 100644 --- a/plat/rockchip/rk3399/rk3399_def.h +++ b/plat/rockchip/rk3399/rk3399_def.h @@ -79,7 +79,7 @@ #define RK3399_UART2_BASE (0xff1a0000) #define RK3399_UART2_SIZE SIZE_K(64) -#define RK3399_BAUDRATE (1500000) +#define RK3399_BAUDRATE (115200) #define RK3399_UART_CLOCK (24000000) /******************************************************************************