
Dear Jason Liu,
In message 12768745743391-git-send-email-r64343@freescale.com you wrote:
The patch adds initial support for the Freescale mx53evk board. SD/MMC boot is supported
Signed-off-by:Jason Liu r64343@freescale.com
In addition to Stefano's comments (he is perfectly right: it makes zero sense to create another CPU directory, this needs to be unified with the mx51 support):
diff --git a/Makefile b/Makefile index c26e491..da312c4 100644 --- a/Makefile +++ b/Makefile @@ -3301,6 +3301,9 @@ mx31pdk_nand_config : unconfig mx51evk_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx51evk freescale mx51
+mx53evk_config : unconfig
- @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx53evk freescale mx53
omap2420h4_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 ti omap24xx
We don't accept such changes to the Makefile any more. Please add your board to boards.cfg instead. You need to rebase your code against the "next" branch.
Best regards,
Wolfgang Denk