diff options
author | Simon Glass <sjg@chromium.org> | 2015-02-07 11:51:39 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-12 10:35:30 -0700 |
commit | 1d60f2b9860d3ba3563718d479a455495197f00d (patch) | |
tree | c42a8cff1ad96343bbbe9fcd19e23d12db682ae8 /include | |
parent | 00cca639d56e791e5bea16b0e77d9540651132fe (diff) | |
download | u-boot-imx-1d60f2b9860d3ba3563718d479a455495197f00d.zip u-boot-imx-1d60f2b9860d3ba3563718d479a455495197f00d.tar.gz u-boot-imx-1d60f2b9860d3ba3563718d479a455495197f00d.tar.bz2 |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/canyonlands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/canyonlands.h b/include/configs/canyonlands.h index ed790cc..7a1499d 100644 --- a/include/configs/canyonlands.h +++ b/include/configs/canyonlands.h @@ -13,6 +13,8 @@ #include <linux/kconfig.h> +#define CONFIG_SYS_GENERIC_BOARD + /*----------------------------------------------------------------------- * High Level Configuration Options *----------------------------------------------------------------------*/ |