diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-01-23 00:24:20 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-23 16:53:52 -0500 |
commit | ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd (patch) | |
tree | 501bd4dfe7c2a811eb2e2e74efa55125bfc0078c /board/total5200/sdram.h | |
parent | 5344cc1a82fcc2817d4671696b3939b0dfa4323e (diff) |
powerpc: mpc5xxx: remove Total5200 board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/total5200/sdram.h')
-rw-r--r-- | board/total5200/sdram.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/board/total5200/sdram.h b/board/total5200/sdram.h deleted file mode 100644 index 3758f5c9860..00000000000 --- a/board/total5200/sdram.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * (C) Copyright 2004 - * Mark Jonas, Freescale Semiconductor, mark.jonas@freescale.com. - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -typedef struct { - ulong ddr; - ulong mode; - ulong emode; - ulong control; - ulong config1; - ulong config2; - ulong tapdelay; -} sdram_conf_t; - -long int mpc5xxx_sdram_init (sdram_conf_t *sdram_conf); |