X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=include%2Fconfigs%2FTQM855L.h;h=2420f0bffd25ac666d7a6d681d37f567e088758c;hb=ae3af05ec986a8ac66dadb5eafe13db2d4a02c5c;hp=e9e1e082287b998e71cc7443643c18a67e538f76;hpb=9374fa287bed90bd04bfe181cf7acb9c0bbcbb11;p=karo-tx-uboot.git diff --git a/include/configs/TQM855L.h b/include/configs/TQM855L.h index e9e1e08228..2420f0bffd 100644 --- a/include/configs/TQM855L.h +++ b/include/configs/TQM855L.h @@ -42,9 +42,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 */ @@ -55,6 +55,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" \