diff options
author | r65388 <r65388@freescale.com> | 2009-05-13 16:32:51 +0800 |
---|---|---|
committer | Fred Fan <r01011@freescale.com> | 2009-09-10 15:11:02 +0800 |
commit | 31594f542d3c7b1db6b8404e608e452a604bd6d8 (patch) | |
tree | 90727ce12699b02b08dacf0aa3f11c83efcfbf89 /Makefile | |
parent | 07f2775a77c1b2b934ac198b2ce316b6539358ab (diff) | |
download | u-boot-imx-31594f542d3c7b1db6b8404e608e452a604bd6d8.zip u-boot-imx-31594f542d3c7b1db6b8404e608e452a604bd6d8.tar.gz u-boot-imx-31594f542d3c7b1db6b8404e608e452a604bd6d8.tar.bz2 |
ENGR00112298 BBG2: Basic boot.
Basic boot on BBG2 board.
Signed-off-by: r65388 <r65388@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3238,6 +3238,9 @@ Mx31_3stack_config : unconfig mx35_3stack_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm1136 mx35_3stack freescale mx35 +imx51_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 imx51 freescale mx51 + mx51_3stack_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx51_3stack freescale mx51 |