aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kocialkowski2015-07-01 21:40:42 +0200
committerPaul Kocialkowski2015-07-15 15:08:52 +0200
commite55300a835ef7e6fa4807dff3ba005c9d8e3f22f (patch)
treeb08bdb435dd1579ba2733e52ce04b9296875c453
parente4f4e097460c2789b07a68e5e24285709e85f308 (diff)
WIP: Follow cmd changes
-rw-r--r--configs/sniper_defconfig3
-rw-r--r--include/configs/sniper.h3
2 files changed, 3 insertions, 3 deletions
diff --git a/configs/sniper_defconfig b/configs/sniper_defconfig
index 764b17e092d..96b7e432673 100644
--- a/configs/sniper_defconfig
+++ b/configs/sniper_defconfig
@@ -5,3 +5,6 @@ CONFIG_TARGET_SNIPER=y
CONFIG_DM=n
CONFIG_DM_SERIAL=n
CONFIG_DM_GPIO=n
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_FPGA is not set
diff --git a/include/configs/sniper.h b/include/configs/sniper.h
index 93743315cf4..f17b479904e 100644
--- a/include/configs/sniper.h
+++ b/include/configs/sniper.h
@@ -20,7 +20,6 @@
/* needed before, actually those includes shouldn't go that early */
#define CONFIG_SYS_NO_FLASH
-#include <config_cmd_default.h>
#include <config_defaults.h>
/*
@@ -253,8 +252,6 @@
#define CONFIG_CMD_MMC
#define CONFIG_CMD_CACHE
-#define CONFIG_CMD_BDI
-
/*
* Power
*/