X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Faspenite.h;h=36d74f3b26840f950b44c2ea59a3426903d08120;hb=6e278a8c1c28efc12668d2761cb2fb0264668da4;hp=727b14a6c250b40b95031935196906ca57d946c3;hpb=aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c;p=oweals%2Fu-boot.git diff --git a/include/configs/aspenite.h b/include/configs/aspenite.h index 727b14a6c2..36d74f3b26 100644 --- a/include/configs/aspenite.h +++ b/include/configs/aspenite.h @@ -10,11 +10,6 @@ #ifndef __CONFIG_ASPENITE_H #define __CONFIG_ASPENITE_H -/* - * Version number information - */ -#define CONFIG_IDENT_STRING "\nMarvell-Aspenite DB" - /* * High Level Configuration Options */ @@ -34,22 +29,15 @@ /* * Commands configuration */ -#define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */ -#include -#define CONFIG_CMD_I2C -#undef CONFIG_CMD_NET -#undef CONFIG_CMD_NFS /* * mv-common.h should be defined after CMD configs since it used them * to enable certain macros */ #include "mv-common.h" -#undef CONFIG_ARCH_MISC_INIT /* * Environment variables configurations */ -#define CONFIG_ENV_IS_NOWHERE 1 /* if env in SDRAM */ #define CONFIG_ENV_SIZE 0x20000 /* 64k */ #endif /* __CONFIG_ASPENITE_H */