blob: 8d0311cfb3b4545a9f1ab114c254de2f294deda8 [file] [log] [blame]
Manivannan Sadhasivameba65892018-06-14 23:38:32 +05301/* SPDX-License-Identifier: GPL-2.0+ */
2/*
Amit Singh Tomarb1a6bb32020-04-19 19:28:25 +05303 * Board configuration file for Actions Semi Owl SoCs.
Manivannan Sadhasivameba65892018-06-14 23:38:32 +05304 *
5 * Copyright (C) 2015 Actions Semi Co., Ltd.
6 * Copyright (C) 2018 Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
7 *
8 */
9
Amit Singh Tomarb1a6bb32020-04-19 19:28:25 +053010#ifndef _OWL_COMMON_CONFIG_H_
11#define _OWL_COMMON_CONFIG_H_
Manivannan Sadhasivameba65892018-06-14 23:38:32 +053012
13/* SDRAM Definitions */
Tom Riniaa6e94d2022-11-16 13:10:37 -050014#define CFG_SYS_SDRAM_BASE 0x0
Manivannan Sadhasivameba65892018-06-14 23:38:32 +053015
Manivannan Sadhasivameba65892018-06-14 23:38:32 +053016/* Some commands use this as the default load address */
Manivannan Sadhasivameba65892018-06-14 23:38:32 +053017
18/*
19 * This is the initial SP which is used only briefly for relocating the u-boot
20 * image to the top of SDRAM. After relocation u-boot moves the stack to the
21 * proper place.
22 */
Manivannan Sadhasivameba65892018-06-14 23:38:32 +053023
Manivannan Sadhasivameba65892018-06-14 23:38:32 +053024/* Console configuration */
Manivannan Sadhasivameba65892018-06-14 23:38:32 +053025
26#endif