From 872bef7d41462d36b81ddc8de82a2cde18eaf096 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 2 Jun 2013 10:33:57 -0600 Subject: Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to SAM to ssupport SAM4. Convert all configs/sam3u-ek configurations to use the kconfig-frontends tool --- nuttx/configs/sam3u-ek/src/up_boot.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nuttx/configs/sam3u-ek/src/up_boot.c') diff --git a/nuttx/configs/sam3u-ek/src/up_boot.c b/nuttx/configs/sam3u-ek/src/up_boot.c index 87e91f039..11bb80f07 100644 --- a/nuttx/configs/sam3u-ek/src/up_boot.c +++ b/nuttx/configs/sam3u-ek/src/up_boot.c @@ -2,7 +2,7 @@ * configs/sam3u-ek/src/up_boot.c * arch/arm/src/board/up_boot.c * - * Copyright (C) 2009-2011 Gregory Nutt. All rights reserved. + * Copyright (C) 2009-2011, 2013 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -75,7 +75,7 @@ void sam3u_boardinitialize(void) * sam3u_spiinitialize() has been brought into the link. */ -#ifdef CONFIG_SAM3U_SPI +#ifdef CONFIG_SAM34_SPI if (sam3u_spiinitialize) { sam3u_spiinitialize(); @@ -87,7 +87,7 @@ void sam3u_boardinitialize(void) * into the build. */ -#if defined(CONFIG_USBDEV) && defined(CONFIG_SAM3U_USB) +#if defined(CONFIG_USBDEV) && defined(CONFIG_SAM34_USB) if (sam3u_usbinitialize) { sam3u_usbinitialize(); @@ -104,7 +104,7 @@ void sam3u_boardinitialize(void) * function sam3u_hsmciinit() has been brought into the build. */ -#ifdef CONFIG_SAM3U_HSMCI +#ifdef CONFIG_SAM34_HSMCI if (sam3u_hsmciinit) { sam3u_hsmciinit(); -- cgit v1.2.3