mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ARM: uniphier: remove unused board attribute macros
After SoC evaluation, they turned out unnecessary. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
295326231d
commit
da0d4d1380
1 changed files with 0 additions and 3 deletions
|
|
@ -24,9 +24,6 @@ struct uniphier_board_data {
|
|||
struct uniphier_dram_ch dram_ch[UNIPHIER_MAX_NR_DRAM_CH];
|
||||
unsigned int flags;
|
||||
|
||||
#define UNIPHIER_BD_DPLL_SSC_GET_RATE(f) (((f) >> 8) & 0x3)
|
||||
#define UNIPHIER_BD_DPLL_SSC_RATE(r) (((r) & 0x3) << 8)
|
||||
|
||||
#define UNIPHIER_BD_DDR3PLUS BIT(2)
|
||||
|
||||
#define UNIPHIER_BD_BOARD_GET_TYPE(f) ((f) & 0x3)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue