Commit 3f84cec5 authored by danh-arm's avatar danh-arm
Browse files

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

rockchip: fixes for the required
parents 749ade45 0c05748b
...@@ -101,7 +101,7 @@ ...@@ -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)
/******************************************************************************* /*******************************************************************************
......
...@@ -101,7 +101,7 @@ ...@@ -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)
/******************************************************************************* /*******************************************************************************
......
...@@ -79,7 +79,7 @@ ...@@ -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)
/****************************************************************************** /******************************************************************************
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment