summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/common
diff options
context:
space:
mode:
authorsave2009-07-28 11:07:48 +0000
committersave2009-07-28 11:07:48 +0000
commit9fcf90b96160e7ac3fec51553c6344db0faa47bb (patch)
treef8e0b0e46895730fb5242c9e44a873d2dd9a0345 /cleopatre/u-boot-1.1.6/common
parente7291107e7881efe4ac82844d1726b0b06277a97 (diff)
[CLEO][U-BOOT]Reorganized NVRAM management files
- Put genNVRAM under BASE/tools directory - Suppressed mknvram directory - Changed spc300_nvram.h to nvram.h - Merged nvram.h linux with u-boot one git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5103 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/u-boot-1.1.6/common')
-rw-r--r--cleopatre/u-boot-1.1.6/common/cmd_misc.c2
-rw-r--r--cleopatre/u-boot-1.1.6/common/cmd_spidboot.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/cleopatre/u-boot-1.1.6/common/cmd_misc.c b/cleopatre/u-boot-1.1.6/common/cmd_misc.c
index dbdafc67e5..aaf2dc83f9 100644
--- a/cleopatre/u-boot-1.1.6/common/cmd_misc.c
+++ b/cleopatre/u-boot-1.1.6/common/cmd_misc.c
@@ -30,7 +30,7 @@
#if (CONFIG_COMMANDS & CFG_CMD_MISC)
#if defined(CONFIG_ARCH_SPC300) && !defined(CONFIG_ARCH_ARIZONA)
-#include <asm/arch/spc300_nvram.h>
+#include <asm/arch/nvram.h>
static ulong get_timer_clock(void)
{
diff --git a/cleopatre/u-boot-1.1.6/common/cmd_spidboot.c b/cleopatre/u-boot-1.1.6/common/cmd_spidboot.c
index 743d0be47e..df86862875 100644
--- a/cleopatre/u-boot-1.1.6/common/cmd_spidboot.c
+++ b/cleopatre/u-boot-1.1.6/common/cmd_spidboot.c
@@ -30,7 +30,7 @@
#include <command.h>
#include <net.h>
#include <asm/arch/image_desc.h>
-#include <asm/arch/spc300_nvram.h>
+#include <asm/arch/nvram.h>
DECLARE_GLOBAL_DATA_PTR;