rockchip: configs: only add available BOOT_TARGET_DEVICES
[oweals/u-boot.git] / include / configs / aspenite.h
index 727b14a6c250b40b95031935196906ca57d946c3..36d74f3b26840f950b44c2ea59a3426903d08120 100644 (file)
 #ifndef __CONFIG_ASPENITE_H
 #define __CONFIG_ASPENITE_H
 
-/*
- * Version number information
- */
-#define CONFIG_IDENT_STRING    "\nMarvell-Aspenite DB"
-
 /*
  * High Level Configuration Options
  */
 /*
  * Commands configuration
  */
-#define CONFIG_SYS_NO_FLASH            /* Declare no flash (NOR/SPI) */
-#include <config_cmd_default.h>
-#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 */