mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user