mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
9926fa01f4
commit
0647508d44
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,9 @@
|
|||
#define CONFIG_SYS_NAND_LARGEPAGE
|
||||
#define CONFIG_SYS_USE_NAND
|
||||
#define CONFIG_DISPLAY_CPUINFO
|
||||
#define MACH_TYPE_SCHMOOGIE 1255
|
||||
#define CONFIG_MACH_TYPE MACH_TYPE_SCHMOOGIE
|
||||
|
||||
/*===================*/
|
||||
/* SoC Configuration */
|
||||
/*===================*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue