diff options
author | John Schmoller <jschmoller@xes-inc.com> | 2010-10-22 00:20:24 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-10-22 02:17:16 -0500 |
commit | 92af6549b8c52e9c973e4e197aa4d1edf4df5803 (patch) | |
tree | e190db70b9f506251792b1cdd6585534a017ee91 /include/configs/XPEDITE5170.h | |
parent | 96d6160324c49c81df10b6b4c75d2470cb30dce4 (diff) | |
download | u-boot-imx-92af6549b8c52e9c973e4e197aa4d1edf4df5803.zip u-boot-imx-92af6549b8c52e9c973e4e197aa4d1edf4df5803.tar.gz u-boot-imx-92af6549b8c52e9c973e4e197aa4d1edf4df5803.tar.bz2 |
xes: Consolidate checkboard()
Create a common checkboard() function to support all X-ES's Freescale
boards.
Also, add a get_board_derivative() function which reads hardware
strapping resistors to determine what model a board is. This allows one
U-Boot image to support multiple boards.
Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/XPEDITE5170.h')
-rw-r--r-- | include/configs/XPEDITE5170.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/XPEDITE5170.h b/include/configs/XPEDITE5170.h index ab6d4b4..eeae5f0 100644 --- a/include/configs/XPEDITE5170.h +++ b/include/configs/XPEDITE5170.h @@ -34,6 +34,7 @@ #define CONFIG_MPC8641 1 /* MPC8641 specific */ #define CONFIG_XPEDITE5140 1 /* MPC8641HPCN board specific */ #define CONFIG_SYS_BOARD_NAME "XPedite5170" +#define CONFIG_SYS_FORM_3U_VPX 1 #define CONFIG_LINUX_RESET_VEC 0x100 /* Reset vector used by Linux */ #define CONFIG_BOARD_EARLY_INIT_R /* Call board_pre_init */ #define CONFIG_BAT_RW 1 /* Use common BAT rw code */ |