Manivannan Sadhasivam | 604ecc8 | 2018-06-14 23:38:32 +0530 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
Amit Singh Tomar | cae8193 | 2020-04-19 19:28:25 +0530 | [diff] [blame] | 3 | * Board configuration file for Actions Semi Owl SoCs. |
Manivannan Sadhasivam | 604ecc8 | 2018-06-14 23:38:32 +0530 | [diff] [blame] | 4 | * |
| 5 | * Copyright (C) 2015 Actions Semi Co., Ltd. |
| 6 | * Copyright (C) 2018 Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> |
| 7 | * |
| 8 | */ |
| 9 | |
Amit Singh Tomar | cae8193 | 2020-04-19 19:28:25 +0530 | [diff] [blame] | 10 | #ifndef _OWL_COMMON_CONFIG_H_ |
| 11 | #define _OWL_COMMON_CONFIG_H_ |
Manivannan Sadhasivam | 604ecc8 | 2018-06-14 23:38:32 +0530 | [diff] [blame] | 12 | |
| 13 | /* SDRAM Definitions */ |
Tom Rini | bb4dd96 | 2022-11-16 13:10:37 -0500 | [diff] [blame] | 14 | #define CFG_SYS_SDRAM_BASE 0x0 |
Manivannan Sadhasivam | 604ecc8 | 2018-06-14 23:38:32 +0530 | [diff] [blame] | 15 | |
Manivannan Sadhasivam | 604ecc8 | 2018-06-14 23:38:32 +0530 | [diff] [blame] | 16 | /* Some commands use this as the default load address */ |
Manivannan Sadhasivam | 604ecc8 | 2018-06-14 23:38:32 +0530 | [diff] [blame] | 17 | |
| 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 Sadhasivam | 604ecc8 | 2018-06-14 23:38:32 +0530 | [diff] [blame] | 23 | |
Manivannan Sadhasivam | 604ecc8 | 2018-06-14 23:38:32 +0530 | [diff] [blame] | 24 | /* Console configuration */ |
Manivannan Sadhasivam | 604ecc8 | 2018-06-14 23:38:32 +0530 | [diff] [blame] | 25 | |
| 26 | #endif |