From d27a58798955bad789da8f89acadf8c4341c2ecb Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 22 Mar 2013 14:49:21 +0000 Subject: Add kernel build support to the STM32 family and to the STM32F4Discovery board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5774 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/open1788/kernel/up_userspace.c | 2 +- nuttx/configs/open1788/scripts/memory.ld | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/open1788') diff --git a/nuttx/configs/open1788/kernel/up_userspace.c b/nuttx/configs/open1788/kernel/up_userspace.c index 2263bc3f5..b6a9e3df6 100644 --- a/nuttx/configs/open1788/kernel/up_userspace.c +++ b/nuttx/configs/open1788/kernel/up_userspace.c @@ -57,7 +57,7 @@ #endif #if CONFIG_NUTTX_USERSPACE != 0x00010000 -# error "CONFIG_NUTTX_USERSPACE must be 0x00010000 to match user-space.ld" +# error "CONFIG_NUTTX_USERSPACE must be 0x00010000 to match memory.ld" #endif /**************************************************************************** diff --git a/nuttx/configs/open1788/scripts/memory.ld b/nuttx/configs/open1788/scripts/memory.ld index 4f301dcfb..5f23145d4 100644 --- a/nuttx/configs/open1788/scripts/memory.ld +++ b/nuttx/configs/open1788/scripts/memory.ld @@ -1,5 +1,5 @@ /**************************************************************************** - * configs/open1788/knsh/memory.ld + * configs/open1788/scripts/memory.ld * * Copyright (C) 2013 Gregory Nutt. All rights reserved. * Author: Gregory Nutt -- cgit v1.2.3