[Armadeus-commitlog] SF.net SVN: armadeus:[932] trunk/buildroot/target/device/armadeus/apf9328/ apf
Brought to you by:
sszy
|
From: <jo...@us...> - 2008-12-07 12:57:38
|
Revision: 932
http://armadeus.svn.sourceforge.net/armadeus/?rev=932&view=rev
Author: jorasse
Date: 2008-12-07 12:57:35 +0000 (Sun, 07 Dec 2008)
Log Message:
-----------
[uboot] added board name to CONFIG_ROOTPATH
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/apf9328/apf9328.h
Modified: trunk/buildroot/target/device/armadeus/apf9328/apf9328.h
===================================================================
--- trunk/buildroot/target/device/armadeus/apf9328/apf9328.h 2008-12-06 22:22:08 UTC (rev 931)
+++ trunk/buildroot/target/device/armadeus/apf9328/apf9328.h 2008-12-07 12:57:35 UTC (rev 932)
@@ -32,8 +32,8 @@
#ifndef __CONFIG_H
#define __CONFIG_H
-#define CONFIG_ENV_VERSION "3.3"
-#define CONFIG_IDENT_STRING " apf9328 patch 3.3"
+#define CONFIG_ENV_VERSION "3.4"
+#define CONFIG_IDENT_STRING " apf9328 patch 3.4"
#define CONFIG_ARM920T 1 /* this is an ARM920T CPU */
#define CONFIG_IMX 1 /* in a Motorola MC9328MXL Chip */
@@ -211,7 +211,7 @@
#define CONFIG_GATEWAYIP 192.168.000.1
#define CONFIG_SERVERIP 192.168.000.2
#define CONFIG_SRV_PATH ""
-#define CONFIG_ROOTPATH "/tftpboot/root"
+#define CONFIG_ROOTPATH "/tftpboot/apf9328-root"
/*
* General options for u-boot. Modify to save memory foot print
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|