X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2FFPS860L.h;h=423d74ea07a0222901a9754a734c7567fced4583;hb=414eec35e3832f4f9ce8a25ace7ead638be1f76f;hp=14546f0a2db73f83201557a0fdbf92b18a077e68;hpb=3b57fe0a70b903f4db66c558bb9828bc58acf06b;p=oweals%2Fu-boot.git diff --git a/include/configs/FPS860L.h b/include/configs/FPS860L.h index 14546f0a2d..423d74ea07 100644 --- a/include/configs/FPS860L.h +++ b/include/configs/FPS860L.h @@ -1,5 +1,5 @@ /* - * (C) Copyright 2000 + * (C) Copyright 2000-2005 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this @@ -47,8 +47,6 @@ #endif #define CONFIG_BOOTCOMMAND "bootm 40040000" /* autoboot command */ -#define CONFIG_CLOCKS_IN_MHZ 1 /* clocks passsed to Linux in MHz */ - #define CONFIG_BOARD_TYPES 1 /* support board types */ #define CONFIG_BOOTARGS "root=/dev/nfs rw " \ @@ -66,8 +64,10 @@ #define CONFIG_COMMANDS ( CONFIG_CMD_DFL | \ CFG_CMD_ASKENV | \ + CFG_CMD_DATE | \ CFG_CMD_DHCP | \ - CFG_CMD_DATE ) + CFG_CMD_NFS | \ + CFG_CMD_SNTP ) /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ #include