forked from xuos/xiuos
feat support ext sdram for xishutong-arm32 board
This commit is contained in:
@@ -82,6 +82,10 @@ Modification:
|
||||
#include <connect_ethernet.h>
|
||||
#endif
|
||||
|
||||
#ifdef BSP_USING_EXTSDRAM
|
||||
#include <connect_sdram.h>
|
||||
#endif
|
||||
|
||||
extern void entry(void);
|
||||
extern int HwUsartInit();
|
||||
|
||||
@@ -180,6 +184,9 @@ struct InitSequenceDesc _board_init[] = {
|
||||
#ifdef BSP_USING_GPIO
|
||||
{ "hw_pin", HwGpioInit },
|
||||
#endif
|
||||
#ifdef BSP_USING_EXTSDRAM
|
||||
{ "ext_sdram", ExtSdramInit},
|
||||
#endif
|
||||
#ifdef BSP_USING_SDIO
|
||||
{ "sdio", HwSdioInit },
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user