From 54734b3d7d3908bea0d040df7b089b0ad174826e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 24 Feb 2011 07:41:10 +0000 Subject: * adds stage1 lzma * new boards * fixes settings for PSC ram * lost of cleanups SVN-Revision: 25694 --- package/uboot-lantiq/files/board/arcadyan/board.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'package/uboot-lantiq/files/board/arcadyan/board.c') diff --git a/package/uboot-lantiq/files/board/arcadyan/board.c b/package/uboot-lantiq/files/board/arcadyan/board.c index cf0cbce7d6..005efbb0e4 100644 --- a/package/uboot-lantiq/files/board/arcadyan/board.c +++ b/package/uboot-lantiq/files/board/arcadyan/board.c @@ -214,7 +214,13 @@ static void gpio_default(void) setenv("bootcmd", "httpd"); } #endif - +#ifdef CONFIG_ARV4525 + *DANUBE_GPIO_P0_ALTSEL0 &= ~((1<<4)|(1<<5)|(1<<6)|(1<<8)|(1<<9)); + *DANUBE_GPIO_P0_ALTSEL1 &= ~((1<<4)|(1<<5)|(1<<6)|(1<<8)|(1<<9)); + *DANUBE_GPIO_P0_OD |= ((1<<4)|(1<<5)|(1<<6)|(1<<8)|(1<<9)); + *DANUBE_GPIO_P0_DIR |= ((1<<4)|(1<<5)|(1<<6)|(1<<8)|(1<<9)); + *DANUBE_GPIO_P0_OUT &= ~((1<<4)|(1<<5)|(1<<6)|(1<<8)|(1<<9)); +#endif } int checkboard (void) -- cgit v1.2.3