Merge pull request #602 from rockchip-linux/fixes-for-coreboot_v1

rockchip: fixes for the required
This commit is contained in:
danh-arm 2016-04-25 14:50:46 +01:00
commit 3f84cec51c
3 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@
/* /*
* Put BL3-1 at the top of the Trusted RAM * 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) #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
/******************************************************************************* /*******************************************************************************

View File

@ -101,7 +101,7 @@
/* /*
* Put BL3-1 at the top of the Trusted RAM * 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) #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
/******************************************************************************* /*******************************************************************************

View File

@ -79,7 +79,7 @@
#define RK3399_UART2_BASE (0xff1a0000) #define RK3399_UART2_BASE (0xff1a0000)
#define RK3399_UART2_SIZE SIZE_K(64) #define RK3399_UART2_SIZE SIZE_K(64)
#define RK3399_BAUDRATE (1500000) #define RK3399_BAUDRATE (115200)
#define RK3399_UART_CLOCK (24000000) #define RK3399_UART_CLOCK (24000000)
/****************************************************************************** /******************************************************************************