summaryrefslogtreecommitdiff
path: root/board/davinci/schmoogie/schmoogie.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-11-28 19:57:38 +0100
committerWolfgang Denk <wd@denx.de>2011-11-28 19:57:38 +0100
commit68435fa1519cb92493fd59e05bc9dbe7f2205feb (patch)
treec9f8c096f08608c1307e8ea59f061b265c6ebb66 /board/davinci/schmoogie/schmoogie.c
parentd5251742a7b2465c8de2841bc7db5a1e059c13a3 (diff)
parent623e03256e222b42fb86fd81fafe508e3cb569a4 (diff)
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
* 'agust@denx.de' of git://git.denx.de/u-boot-staging: MAKEALL: drop obsolete mx31pdk_nand target dataflash: fix parameters order in write_dataflash() hawkboard: Replace HAWKBOARD_KICK{0, 1}_UNLOCK defines davinci_sonata: define CONFIG_MACH_TYPE for davinci_sonata board davinci_schmoogie: define CONFIG_MACH_TYPE for davinci_schmoogie board arm: a320evb: define mach-type in board config file OMAP3: Use sdelay from arch/arm/cpu/armv7/syslib.c instead of cloning that. Fix Stelian's email address
Diffstat (limited to 'board/davinci/schmoogie/schmoogie.c')
-rw-r--r--board/davinci/schmoogie/schmoogie.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/davinci/schmoogie/schmoogie.c b/board/davinci/schmoogie/schmoogie.c
index 8b615a9929..52d00e4206 100644
--- a/board/davinci/schmoogie/schmoogie.c
+++ b/board/davinci/schmoogie/schmoogie.c
@@ -33,9 +33,6 @@ DECLARE_GLOBAL_DATA_PTR;
int board_init(void)
{
- /* arch number of the board */
- gd->bd->bi_arch_number = MACH_TYPE_SCHMOOGIE;
-
/* address of boot parameters */
gd->bd->bi_boot_params = LINUX_BOOT_PARAM_ADDR;