diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/versatileab_defconfig | 1 | ||||
-rw-r--r-- | configs/versatilepb_defconfig | 1 | ||||
-rw-r--r-- | configs/versatileqemu_defconfig | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/configs/versatileab_defconfig b/configs/versatileab_defconfig index 765fe6ee23..3dc7d19660 100644 --- a/configs/versatileab_defconfig +++ b/configs/versatileab_defconfig @@ -1,5 +1,4 @@ CONFIG_ARM=y -CONFIG_ARCH_VERSATILE=y CONFIG_SYS_EXTRA_OPTIONS="ARCH_VERSATILE_AB" # CONFIG_CMD_CONSOLE is not set # CONFIG_CMD_BOOTD is not set diff --git a/configs/versatilepb_defconfig b/configs/versatilepb_defconfig index 1973c38d4d..9fe83b97c3 100644 --- a/configs/versatilepb_defconfig +++ b/configs/versatilepb_defconfig @@ -1,5 +1,4 @@ CONFIG_ARM=y -CONFIG_ARCH_VERSATILE=y CONFIG_SYS_EXTRA_OPTIONS="ARCH_VERSATILE_PB" # CONFIG_CMD_CONSOLE is not set # CONFIG_CMD_BOOTD is not set diff --git a/configs/versatileqemu_defconfig b/configs/versatileqemu_defconfig index ea9c5b93f2..9ddef4d9bd 100644 --- a/configs/versatileqemu_defconfig +++ b/configs/versatileqemu_defconfig @@ -1,5 +1,4 @@ CONFIG_ARM=y -CONFIG_ARCH_VERSATILE=y CONFIG_SYS_EXTRA_OPTIONS="ARCH_VERSATILE_QEMU,ARCH_VERSATILE_PB" # CONFIG_CMD_CONSOLE is not set # CONFIG_CMD_BOOTD is not set |