From b6cb65fb09dcc2dd447fabb2887b147a26797e6c Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 2 Sep 2010 20:52:55 +0000 Subject: Add paging initialization point git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2911 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ea3131/src/up_boot.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nuttx/configs/ea3131/src/up_boot.c') diff --git a/nuttx/configs/ea3131/src/up_boot.c b/nuttx/configs/ea3131/src/up_boot.c index fc37a7ea9..59ed9e778 100755 --- a/nuttx/configs/ea3131/src/up_boot.c +++ b/nuttx/configs/ea3131/src/up_boot.c @@ -107,4 +107,13 @@ void lpc313x_boardinitialize(void) #ifdef CONFIG_ARCH_LEDS up_ledinit(); #endif + + /* Set up mass storage device to support on demand paging */ + +#if defined(CONFIG_PAGING) + if (lpc313x_pginitialize) + { + lpc313x_pginitialize(); + } +#endif } -- cgit v1.2.3