summaryrefslogtreecommitdiffstats
path: root/include/configs/TQM862L.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/TQM862L.h')
-rw-r--r--include/configs/TQM862L.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/TQM862L.h b/include/configs/TQM862L.h
index 9541e2f1bf..23e7d1f05b 100644
--- a/include/configs/TQM862L.h
+++ b/include/configs/TQM862L.h
@@ -45,9 +45,9 @@
#define CONFIG_BAUDRATE 115200 /* console baudrate = 115kbps */
-#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
+#define CONFIG_BOOTCOUNT_LIMIT
-#define CONFIG_CLOCKS_IN_MHZ 1 /* clocks passsed to Linux in MHz */
+#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
#define CONFIG_BOARD_TYPES 1 /* support board types */
@@ -58,6 +58,7 @@
#undef CONFIG_BOOTARGS
#define CONFIG_EXTRA_ENV_SETTINGS \
+ "netdev=eth0\0" \
"nfsargs=setenv bootargs root=/dev/nfs rw " \
"nfsroot=$(serverip):$(rootpath)\0" \
"ramargs=setenv bootargs root=/dev/ram rw\0" \
OpenPOWER on IntegriCloud