From ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 23 Jan 2015 00:24:20 +0900 Subject: powerpc: mpc5xxx: remove Total5200 board support This board is still a non-generic board. Signed-off-by: Masahiro Yamada --- board/total5200/mt48lc16m16a2-75.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 board/total5200/mt48lc16m16a2-75.h (limited to 'board/total5200/mt48lc16m16a2-75.h') diff --git a/board/total5200/mt48lc16m16a2-75.h b/board/total5200/mt48lc16m16a2-75.h deleted file mode 100644 index 068a9a6ee0..0000000000 --- a/board/total5200/mt48lc16m16a2-75.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * (C) Copyright 2004 - * Mark Jonas, Freescale Semiconductor, mark.jonas@freescale.com. - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -#define SDRAM_DDR 0 /* is SDR */ - -/* Settings for XLB = 132 MHz */ -#define SDRAM_MODE 0x00CD0000 -#define SDRAM_CONTROL 0x504F0000 -#define SDRAM_CONFIG1 0xD2322800 -#define SDRAM_CONFIG2 0x8AD70000 -- cgit