
-----Original Message----- From: Julian Pidancet [mailto:swaplinker@gmail.com] On Behalf Of julian.pidancet@citrix.com Sent: Friday, March 25, 2011 2:19 PM To: u-boot@lists.denx.de Cc: tanmay.upadhyay@einfochips.com; Prafulla Wadaskar; Julian Pidancet Subject: [PATCH v2 3/4] Add support for the Client variant of the OpenRD board.
From: Julian Pidancet julian.pidancet@citrix.com
This patch takes care of initializing the second PHY of the OpenRD board.
Signed-off-by: Julian Pidancet julian.pidancet@citrix.com
create mode 100644 include/configs/openrd_client.h
...snip...
--- /dev/null +++ b/include/configs/openrd_client.h @@ -0,0 +1,44 @@ +/*
- See file CREDITS for list of people who contributed to this
- project.
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License as
- published by the Free Software Foundation; either version 2 of
- the License, or (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA
- */
+#ifndef _CONFIG_OPENRD_CLIENT_H +#define _CONFIG_OPENRD_CLIENT_H
+#include <configs/openrd.h>
+/*
- Version number information
- */
+#define CONFIG_IDENT_STRING "\nOpenRD-Client"
+/* Machine type */ +#define MACH_TYPE_OPENRD MACH_TYPE_OPENRD_CLIENT
NAK for this
Regards.. Prafulla . .