diff options
| author | Amit Singh Tomar <[email protected]> | 2020-04-19 19:28:25 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-04-24 16:40:09 -0400 |
| commit | b1a6bb3b5998f0f2e84f0a6d255e936be3eb17f5 (patch) | |
| tree | fe4c51474dd35475bb3edcac1bfa949f7df4cf01 /include | |
| parent | c11f0d88ba462976335a4990a30a99d1d0b49195 (diff) | |
arm: actions: Add common framework for Actions Owl Semi SoCs
This commit adds common arch support for Actions Semi Owl
series SoCs and removes the Bubblegum96 board files.
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Reviewed-by: Andre Przywara <[email protected]>
Signed-off-by: Amit Singh Tomar <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/owl-common.h (renamed from include/configs/bubblegum_96.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/bubblegum_96.h b/include/configs/owl-common.h index c739d665f66..f77a5fa4c11 100644 --- a/include/configs/bubblegum_96.h +++ b/include/configs/owl-common.h @@ -1,14 +1,14 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* - * Board configuration file for Bubblegum-96 + * Board configuration file for Actions Semi Owl SoCs. * * Copyright (C) 2015 Actions Semi Co., Ltd. * Copyright (C) 2018 Manivannan Sadhasivam <[email protected]> * */ -#ifndef _BUBBLEGUM_96_H_ -#define _BUGGLEGUM_96_H_ +#ifndef _OWL_COMMON_CONFIG_H_ +#define _OWL_COMMON_CONFIG_H_ /* SDRAM Definitions */ #define CONFIG_SYS_SDRAM_BASE 0x0 |
