From 6705d81e90ed4466d6e4f445104826096da0c521 Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 2 Aug 2004 23:22:59 +0000 Subject: * Patch by Andreas Engel, 12 Jul 2004: Replaced hardcoded PL011 clock frequency with config variable. Fixed wrong CONFIG_CMD_DFL doc. * Patch by Thomas Viehweger, 09 Jun 2004: make it possible to remove chpart when there is only one partition --- include/configs/integratorap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/integratorap.h') diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h index 1f0792f82..2674b52bf 100644 --- a/include/configs/integratorap.h +++ b/include/configs/integratorap.h @@ -60,6 +60,7 @@ #define CFG_PL010_SERIAL #define CONFIG_CONS_INDEX 0 #define CONFIG_BAUDRATE 38400 +#define CONFIG_PL01x_PORTS { (void *) (CFG_SERIAL0), (void *) (CFG_SERIAL1) } #define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CFG_SERIAL0 0x16000000 #define CFG_SERIAL1 0x17000000 -- cgit v1.2.3