mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 13:55:56 +00:00
Merge "fix(rockchip): align fdt buffer on 8 bytes" into integration
This commit is contained in:
commit
fbcbd88eb1
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ static uint32_t rk_uart_base = PLAT_RK_UART_BASE;
|
||||||
static uint32_t rk_uart_baudrate = PLAT_RK_UART_BAUDRATE;
|
static uint32_t rk_uart_baudrate = PLAT_RK_UART_BAUDRATE;
|
||||||
static uint32_t rk_uart_clock = PLAT_RK_UART_CLOCK;
|
static uint32_t rk_uart_clock = PLAT_RK_UART_CLOCK;
|
||||||
#define FDT_BUFFER_SIZE 0x20000
|
#define FDT_BUFFER_SIZE 0x20000
|
||||||
static uint8_t fdt_buffer[FDT_BUFFER_SIZE];
|
static uint64_t fdt_buffer[FDT_BUFFER_SIZE / 8];
|
||||||
|
|
||||||
void *plat_get_fdt(void)
|
void *plat_get_fdt(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue