summaryrefslogtreecommitdiffstats
path: root/arch/ppc/boards/geip-da923rc/config.h
diff options
context:
space:
mode:
authorRenaud Barbier <renaud.barbier@ge.com>2014-03-13 18:10:01 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2014-03-19 07:43:01 +0100
commite172c508c62542e85843f64f91b339d555cbf2e4 (patch)
tree28dff1e33e96895f3f01115cbc422586f4dd4820 /arch/ppc/boards/geip-da923rc/config.h
parentcbeded2bad56b51a2aa25151931c0de346c00707 (diff)
downloadbarebox-e172c508c62542e85843f64f91b339d555cbf2e4.tar.gz
barebox-e172c508c62542e85843f64f91b339d555cbf2e4.tar.xz
ppc: add Freescale P1022DS board support
Add support for the Freescale P1022DS. Driver support is limited to: - I2C - Ethernet - Serial - NOR flash - PIXIS FPGA System clock configuration is read from the FPGA but has only been tested using a 133MHz system clock and 100MHz DDR clock. Boot arguments are defined in the environment to boot over NFS with a console configured at 115200 bauds. Enabling branch prediction is moved from board support to the platform support for all boards as it is a CPU feature. Some the code is from U-Boot version git-be937b5. Signed-off-by: Renaud Barbier <renaud.barbier@ge.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc/boards/geip-da923rc/config.h')
-rw-r--r--arch/ppc/boards/geip-da923rc/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc/boards/geip-da923rc/config.h b/arch/ppc/boards/geip-da923rc/config.h
index 6e8684f384..3895324e95 100644
--- a/arch/ppc/boards/geip-da923rc/config.h
+++ b/arch/ppc/boards/geip-da923rc/config.h
@@ -18,7 +18,6 @@
#define __CONFIG_H
#define CFG_SYS_CLK_FREQ 66666666
-#define CFG_BTB /* toggle branch prediction */
#define CFG_FLASH_CFI_WIDTH FLASH_CFI_16BIT
#define CFG_CHIP_SELECTS_PER_CTRL 1