| // SPDX-License-Identifier: GPL-2.0+ |
| * Copyright (C) 2012 Atmel Corporation |
| * Copyright (C) 2019 Stefan Roese <sr@denx.de> |
| #include <asm/arch/at91_common.h> |
| #include <asm/arch/clk.h> |
| #include <asm/global_data.h> |
| static void at91_prepare_cpu_var(void) |
| env_set("cpu", get_cpu_name()); |
| int board_late_init(void) |
| #ifdef CONFIG_DEBUG_UART_BOARD_INIT |
| void board_debug_uart_init(void) |
| int board_early_init_f(void) |
| /* Address of boot parameters */ |
| gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; |
| gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE, |