diff options
author | Christian Riesch <christian.riesch@omicron.at> | 2011-11-19 00:45:42 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-11-29 15:43:39 +0100 |
commit | 0647508d44075e47543bc48c4b3f6080e3bd8581 (patch) | |
tree | 3b76727372396773d226c48e044595b4058cb065 /board/davinci | |
parent | 9926fa01f4b393af3976d8655a8ab688c1eda259 (diff) | |
download | u-boot-imx-0647508d44075e47543bc48c4b3f6080e3bd8581.zip u-boot-imx-0647508d44075e47543bc48c4b3f6080e3bd8581.tar.gz u-boot-imx-0647508d44075e47543bc48c4b3f6080e3bd8581.tar.bz2 |
davinci_schmoogie: define CONFIG_MACH_TYPE for davinci_schmoogie board
This patch fixes the build breakage for the davinci_schmoogie board.
Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
Cc: Sergey Kubushyn <ksi@koi8.net>
Cc: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'board/davinci')
-rw-r--r-- | board/davinci/schmoogie/schmoogie.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/davinci/schmoogie/schmoogie.c b/board/davinci/schmoogie/schmoogie.c index 8b615a9..52d00e4 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; |