Blackfin arch: make ADI board names consistent

Cc: Graf Yang <graf.yang@analog.com>
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
Mike Frysinger 2008-11-18 17:48:22 +08:00 committed by Bryan Wu
parent 8a0e9acfd1
commit fe85cad25e
11 changed files with 11 additions and 11 deletions

View File

@ -49,7 +49,7 @@
/*
* Name the Board for the /proc/cpuinfo
*/
const char bfin_board_name[] = "BF518F-EZBRD";
const char bfin_board_name[] = "ADI BF518F-EZBRD";
/*
* Driver needs to know address, irq and flag pin.

View File

@ -51,7 +51,7 @@
/*
* Name the Board for the /proc/cpuinfo
*/
const char bfin_board_name[] = "BF526-EZBRD";
const char bfin_board_name[] = "ADI BF526-EZBRD";
/*
* Driver needs to know address, irq and flag pin.

View File

@ -54,7 +54,7 @@
/*
* Name the Board for the /proc/cpuinfo
*/
const char bfin_board_name[] = "ADDS-BF527-EZKIT";
const char bfin_board_name[] = "ADI BF527-EZKIT";
/*
* Driver needs to know address, irq and flag pin.

View File

@ -46,7 +46,7 @@
/*
* Name the Board for the /proc/cpuinfo
*/
const char bfin_board_name[] = "ADDS-BF533-EZKIT";
const char bfin_board_name[] = "ADI BF533-EZKIT";
#if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_DRV_BFIN_MODULE)
static struct platform_device rtc_device = {

View File

@ -49,7 +49,7 @@
/*
* Name the Board for the /proc/cpuinfo
*/
const char bfin_board_name[] = "ADDS-BF533-STAMP";
const char bfin_board_name[] = "ADI BF533-STAMP";
#if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_DRV_BFIN_MODULE)
static struct platform_device rtc_device = {

View File

@ -50,7 +50,7 @@
/*
* Name the Board for the /proc/cpuinfo
*/
const char bfin_board_name[] = "GENERIC Board";
const char bfin_board_name[] = "UNKNOWN BOARD";
/*
* Driver needs to know address, irq and flag pin.

View File

@ -49,7 +49,7 @@
/*
* Name the Board for the /proc/cpuinfo
*/
const char bfin_board_name[] = "PNAV-1.0";
const char bfin_board_name[] = "ADI PNAV-1.0";
/*
* Driver needs to know address, irq and flag pin.

View File

@ -55,7 +55,7 @@
/*
* Name the Board for the /proc/cpuinfo
*/
const char bfin_board_name[] = "ADDS-BF537-STAMP";
const char bfin_board_name[] = "ADI BF537-STAMP";
/*
* Driver needs to know address, irq and flag pin.

View File

@ -47,7 +47,7 @@
/*
* Name the Board for the /proc/cpuinfo
*/
const char bfin_board_name[] = "ADSP-BF538-EZKIT";
const char bfin_board_name[] = "ADI BF538-EZKIT";
/*
* Driver needs to know address, irq and flag pin.

View File

@ -52,7 +52,7 @@
/*
* Name the Board for the /proc/cpuinfo
*/
const char bfin_board_name[] = "ADSP-BF548-EZKIT";
const char bfin_board_name[] = "ADI BF548-EZKIT";
/*
* Driver needs to know address, irq and flag pin.

View File

@ -43,7 +43,7 @@
/*
* Name the Board for the /proc/cpuinfo
*/
const char bfin_board_name[] = "ADDS-BF561-EZKIT";
const char bfin_board_name[] = "ADI BF561-EZKIT";
#if defined(CONFIG_USB_ISP1760_HCD) || defined(CONFIG_USB_ISP1760_HCD_MODULE)
#include <linux/usb/isp1760.h>