Skip to content
Snippets Groups Projects
Commit 1d60f2b9 authored by Simon Glass's avatar Simon Glass
Browse files

powerpc: ppc4xx: canyonlands: Move to generic board


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

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 00cca639
No related branches found
No related tags found
No related merge requests found
...@@ -450,10 +450,12 @@ cpu_init_f (void) ...@@ -450,10 +450,12 @@ cpu_init_f (void)
PLB4Ax_ACR_RDP_4DEEP); PLB4Ax_ACR_RDP_4DEEP);
#endif /* CONFIG_440SP/SPE || CONFIG_460EX/GT || CONFIG_405EX */ #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); gd = (gd_t *)(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_GBL_DATA_OFFSET);
/* Clear initial global data */ /* Clear initial global data */
memset((void *)gd, 0, sizeof(gd_t)); memset((void *)gd, 0, sizeof(gd_t));
#endif
} }
/* /*
......
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
#include <linux/kconfig.h> #include <linux/kconfig.h>
#define CONFIG_SYS_GENERIC_BOARD
/*----------------------------------------------------------------------- /*-----------------------------------------------------------------------
* High Level Configuration Options * High Level Configuration Options
*----------------------------------------------------------------------*/ *----------------------------------------------------------------------*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment