diff options
Diffstat (limited to 'include/configs/rpi-common.h')
-rw-r--r-- | include/configs/rpi-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/rpi-common.h b/include/configs/rpi-common.h index b54cf8bca43..1012cdd292a 100644 --- a/include/configs/rpi-common.h +++ b/include/configs/rpi-common.h @@ -120,7 +120,6 @@ #define CONFIG_COMMAND_HISTORY /* Commands */ -#include <config_cmd_default.h> #define CONFIG_CMD_GPIO #define CONFIG_CMD_MMC #define CONFIG_PARTITION_UUIDS @@ -135,9 +134,6 @@ #include <config_distro_defaults.h> -/* Some things don't make sense on this HW or yet */ -#undef CONFIG_CMD_FPGA - /* Environment */ #define ENV_DEVICE_SETTINGS \ "stdin=serial,lcd\0" \ |