powerpc: ppc4xx: canyonlands: Move to generic board

Switch to generic board so that this board will not be broken/removed.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2015-02-07 11:51:39 -07:00
parent 00cca639d5
commit 1d60f2b986
2 changed files with 4 additions and 0 deletions

View File

@ -450,10 +450,12 @@ cpu_init_f (void)
PLB4Ax_ACR_RDP_4DEEP);
#endif /* CONFIG_440SP/SPE || CONFIG_460EX/GT || CONFIG_405EX */
#ifndef CONFIG_SYS_GENERIC_BOARD
gd = (gd_t *)(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_GBL_DATA_OFFSET);
/* Clear initial global data */
memset((void *)gd, 0, sizeof(gd_t));
#endif
}
/*

View File

@ -13,6 +13,8 @@
#include <linux/kconfig.h>
#define CONFIG_SYS_GENERIC_BOARD
/*-----------------------------------------------------------------------
* High Level Configuration Options
*----------------------------------------------------------------------*/