summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/net
diff options
context:
space:
mode:
authorJérémy Dufour2013-01-23 17:31:34 +0100
committerJérémy Dufour2013-01-25 10:52:32 +0100
commitc267a66d47ec65d7ef9d30c50598a9e3ecc050e0 (patch)
tree87302d8f5d0b1bae6e9fb0ac8939ae042a310f51 /cleopatre/u-boot-1.1.6/net
parent60b235f4db51b307963b458aeb89b74aa76dffe9 (diff)
cleo/uboot: move spid_img_desc.h to the root of include dir, refs #3677
In order to prepare a common gitignore for the "include/asm/arch" directories, it is easier if they look the same. On top of that, spid_img_desc.h should be stored at the base of the include directory, like in other project (polux, cleopatre/linux).
Diffstat (limited to 'cleopatre/u-boot-1.1.6/net')
-rw-r--r--cleopatre/u-boot-1.1.6/net/spidupd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleopatre/u-boot-1.1.6/net/spidupd.c b/cleopatre/u-boot-1.1.6/net/spidupd.c
index 3556da6416..d13fee08d6 100644
--- a/cleopatre/u-boot-1.1.6/net/spidupd.c
+++ b/cleopatre/u-boot-1.1.6/net/spidupd.c
@@ -26,7 +26,7 @@
#include <command.h>
#include <net.h>
#include <md5.h>
-#include <asm/arch/spid_img_desc.h>
+#include <spid_img_desc.h>
#include <asm/arch/nvram.h>
#include "spidupd.h"