diff options
author | danh-arm <dan.handley@arm.com> | 2016-04-25 14:50:46 +0100 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2016-04-25 14:50:46 +0100 |
commit | 3f84cec51cedd58e80e36d67bab34016976a60c0 (patch) | |
tree | 3f40f01280806ebb6f5c5be6f232bd107f038cc3 | |
parent | 749ade4566f4155f2b66babcc90127826b0c82ab (diff) | |
parent | 0c05748bdebfad9fa43a80962186438bb8fbce62 (diff) |
Merge pull request #602 from rockchip-linux/fixes-for-coreboot_v1
rockchip: fixes for the required
-rw-r--r-- | plat/rockchip/rk3368/include/platform_def.h | 2 | ||||
-rw-r--r-- | plat/rockchip/rk3399/include/platform_def.h | 2 | ||||
-rw-r--r-- | plat/rockchip/rk3399/rk3399_def.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plat/rockchip/rk3368/include/platform_def.h b/plat/rockchip/rk3368/include/platform_def.h index 876cbfb4..299704d5 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 13f3d500..f7da0e70 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 85621486..4ddb0ddd 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) /****************************************************************************** |