diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/ge_b450v3_defconfig | 1 | ||||
-rw-r--r-- | configs/ge_b650v3_defconfig | 1 | ||||
-rw-r--r-- | configs/ge_b850v3_defconfig | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/ge_b450v3_defconfig b/configs/ge_b450v3_defconfig index f95c3cdc795..76cc4070e04 100644 --- a/configs/ge_b450v3_defconfig +++ b/configs/ge_b450v3_defconfig @@ -32,3 +32,4 @@ CONFIG_CMD_NET=y CONFIG_CMD_PCI=y CONFIG_E1000=y CONFIG_CMD_E1000=y +CONFIG_FIT=y diff --git a/configs/ge_b650v3_defconfig b/configs/ge_b650v3_defconfig index 3af06302343..e82abe21eb1 100644 --- a/configs/ge_b650v3_defconfig +++ b/configs/ge_b650v3_defconfig @@ -32,3 +32,4 @@ CONFIG_CMD_NET=y CONFIG_CMD_PCI=y CONFIG_E1000=y CONFIG_CMD_E1000=y +CONFIG_FIT=y diff --git a/configs/ge_b850v3_defconfig b/configs/ge_b850v3_defconfig index 5f008eac750..4f9d77cc4fe 100644 --- a/configs/ge_b850v3_defconfig +++ b/configs/ge_b850v3_defconfig @@ -32,3 +32,4 @@ CONFIG_CMD_NET=y CONFIG_CMD_PCI=y CONFIG_E1000=y CONFIG_CMD_E1000=y +CONFIG_FIT=y |