From: lxoliva Date: Wed, 30 Jul 2008 17:43:33 +0000 (+0000) Subject: Adjust for -rc1. X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=805828d108e1de2d8204c5b4806f87c361c73db3;p=releases.git Adjust for -rc1. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@4040 559672b5-ba27-0410-b829-e8f1faed8b1b --- diff --git a/deblob-2.6.27 b/deblob-2.6.27 index 7d4fbd8e736..d503430fda7 100755 --- a/deblob-2.6.27 +++ b/deblob-2.6.27 @@ -507,6 +507,24 @@ clean_blob drivers/s390/net/qeth_core_mpc.c clean_kconfig drivers/s390/net/Kconfig 'QETH' clean_mk CONFIG_QETH drivers/s390/net/Makefile + +##################### +# Removed SH boards # +##################### + +# SH_AP325RXA - Renesas AP-325RXA board +clean_blob arch/sh/boards/renesas/ap325rxa/setup.c +clean_kconfig arch/sh/Kconfig 'SH_AP325RXA' +clean_mk CONFIG_SH_AP325RXA arch/sh/boards/renesas/Makefile + +# SH_MIGOR - Reneasas Migo-R +clean_blob arch/sh/boards/renesas/migor/lcd_qvga.c -s 16 +clean_blob arch/sh/boards/renesas/migor/setup.c +clean_kconfig arch/sh/boards/renesas/Kconfig 'SH_MIGOR' +clean_kconfig arch/sh/boards/renesas/migor/Kconfig 'SH_MIGOR_QVGA' +clean_mk CONFIG_MIGOR_QVGA arch/sh/boards/renesas/Makefile + + ######################## # Removed SCSI Drivers # ########################