From ddb019413f39bbe495dba2a55c60f9ff8f8e00ce Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 26 Jul 2013 10:09:17 -0600 Subject: Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_ --- nuttx/configs/zp214xpa/nsh/defconfig | 4 ++-- nuttx/configs/zp214xpa/nxlines/defconfig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'nuttx/configs/zp214xpa') diff --git a/nuttx/configs/zp214xpa/nsh/defconfig b/nuttx/configs/zp214xpa/nsh/defconfig index b9eca4e81..0ccb3d40d 100644 --- a/nuttx/configs/zp214xpa/nsh/defconfig +++ b/nuttx/configs/zp214xpa/nsh/defconfig @@ -133,8 +133,8 @@ CONFIG_ARCH_STACKDUMP=y # # Board Settings # -CONFIG_DRAM_START=0x40000000 -CONFIG_DRAM_SIZE=32768 +CONFIG_RAM_START=0x40000000 +CONFIG_RAM_SIZE=32768 CONFIG_ARCH_HAVE_INTERRUPTSTACK=y CONFIG_ARCH_INTERRUPTSTACK=0 diff --git a/nuttx/configs/zp214xpa/nxlines/defconfig b/nuttx/configs/zp214xpa/nxlines/defconfig index fe1cece48..83027ddef 100644 --- a/nuttx/configs/zp214xpa/nxlines/defconfig +++ b/nuttx/configs/zp214xpa/nxlines/defconfig @@ -133,8 +133,8 @@ CONFIG_ARCH_STACKDUMP=y # # Board Settings # -CONFIG_DRAM_START=0x40000000 -CONFIG_DRAM_SIZE=32768 +CONFIG_RAM_START=0x40000000 +CONFIG_RAM_SIZE=32768 CONFIG_ARCH_HAVE_INTERRUPTSTACK=y CONFIG_ARCH_INTERRUPTSTACK=0 -- cgit v1.2.3