|
@@ -33,9 +33,6 @@ DECLARE_GLOBAL_DATA_PTR;
|
|
|
|
|
|
int board_init(void)
|
|
int board_init(void)
|
|
{
|
|
{
|
|
- /* arch number of the board */
|
|
|
|
- gd->bd->bi_arch_number = MACH_TYPE_SCHMOOGIE;
|
|
|
|
-
|
|
|
|
/* address of boot parameters */
|
|
/* address of boot parameters */
|
|
gd->bd->bi_boot_params = LINUX_BOOT_PARAM_ADDR;
|
|
gd->bd->bi_boot_params = LINUX_BOOT_PARAM_ADDR;
|
|
|
|
|