From ca620cd149f616950a647ea1e7c428d5e2df3efa Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 15 Dec 2014 23:26:15 +0900 Subject: mpc8xx: remove IVMS8, IVML24 board support This board is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Wolfgang Denk --- configs/IVML24_128_defconfig | 4 ---- configs/IVML24_256_defconfig | 4 ---- configs/IVML24_defconfig | 4 ---- configs/IVMS8_128_defconfig | 4 ---- configs/IVMS8_256_defconfig | 4 ---- configs/IVMS8_defconfig | 4 ---- 6 files changed, 24 deletions(-) delete mode 100644 configs/IVML24_128_defconfig delete mode 100644 configs/IVML24_256_defconfig delete mode 100644 configs/IVML24_defconfig delete mode 100644 configs/IVMS8_128_defconfig delete mode 100644 configs/IVMS8_256_defconfig delete mode 100644 configs/IVMS8_defconfig (limited to 'configs') diff --git a/configs/IVML24_128_defconfig b/configs/IVML24_128_defconfig deleted file mode 100644 index f0850f6..0000000 --- a/configs/IVML24_128_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="IVML24_32M" -CONFIG_PPC=y -CONFIG_8xx=y -CONFIG_TARGET_IVML24=y diff --git a/configs/IVML24_256_defconfig b/configs/IVML24_256_defconfig deleted file mode 100644 index 9c241c2..0000000 --- a/configs/IVML24_256_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="IVML24_64M" -CONFIG_PPC=y -CONFIG_8xx=y -CONFIG_TARGET_IVML24=y diff --git a/configs/IVML24_defconfig b/configs/IVML24_defconfig deleted file mode 100644 index 0f85d43..0000000 --- a/configs/IVML24_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="IVML24_16M" -CONFIG_PPC=y -CONFIG_8xx=y -CONFIG_TARGET_IVML24=y diff --git a/configs/IVMS8_128_defconfig b/configs/IVMS8_128_defconfig deleted file mode 100644 index 685d76f..0000000 --- a/configs/IVMS8_128_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="IVMS8_32M" -CONFIG_PPC=y -CONFIG_8xx=y -CONFIG_TARGET_IVMS8=y diff --git a/configs/IVMS8_256_defconfig b/configs/IVMS8_256_defconfig deleted file mode 100644 index 63435d2..0000000 --- a/configs/IVMS8_256_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="IVMS8_64M" -CONFIG_PPC=y -CONFIG_8xx=y -CONFIG_TARGET_IVMS8=y diff --git a/configs/IVMS8_defconfig b/configs/IVMS8_defconfig deleted file mode 100644 index 3f4087b..0000000 --- a/configs/IVMS8_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="IVMS8_16M" -CONFIG_PPC=y -CONFIG_8xx=y -CONFIG_TARGET_IVMS8=y -- cgit v1.1