From a5e100250148eb5ca3a8de06b4f136f8097c8d23 Mon Sep 17 00:00:00 2001 From: Allen Martin Date: Tue, 25 Jan 2011 12:56:10 -0800 Subject: [PATCH] Remove extra path element. Remove extra path element that came as part of the git I cloned this from. --- system/cbootimage/GNUmakefile => GNUmakefile | 0 system/cbootimage/aes_ref.c => aes_ref.c | 0 system/cbootimage/cbootimage.c => cbootimage.c | 0 system/cbootimage/cbootimage.h => cbootimage.h | 0 system/cbootimage/crypto.c => crypto.c | 0 system/cbootimage/crypto.h => crypto.h | 0 system/cbootimage/data_layout.c => data_layout.c | 0 system/cbootimage/data_layout.h => data_layout.h | 0 system/cbootimage/nvaes_ref.h => nvaes_ref.h | 0 system/cbootimage/nvbctlib.h => nvbctlib.h | 0 system/cbootimage/nvbctlib_ap20.c => nvbctlib_ap20.c | 0 system/cbootimage/nvboot_bct.h => nvboot_bct.h | 0 system/cbootimage/parse.c => parse.c | 0 system/cbootimage/parse.h => parse.h | 0 system/cbootimage/set.c => set.c | 0 system/cbootimage/set.h => set.h | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename system/cbootimage/GNUmakefile => GNUmakefile (100%) rename system/cbootimage/aes_ref.c => aes_ref.c (100%) rename system/cbootimage/cbootimage.c => cbootimage.c (100%) rename system/cbootimage/cbootimage.h => cbootimage.h (100%) rename system/cbootimage/crypto.c => crypto.c (100%) rename system/cbootimage/crypto.h => crypto.h (100%) rename system/cbootimage/data_layout.c => data_layout.c (100%) rename system/cbootimage/data_layout.h => data_layout.h (100%) rename system/cbootimage/nvaes_ref.h => nvaes_ref.h (100%) rename system/cbootimage/nvbctlib.h => nvbctlib.h (100%) rename system/cbootimage/nvbctlib_ap20.c => nvbctlib_ap20.c (100%) rename system/cbootimage/nvboot_bct.h => nvboot_bct.h (100%) rename system/cbootimage/parse.c => parse.c (100%) rename system/cbootimage/parse.h => parse.h (100%) rename system/cbootimage/set.c => set.c (100%) rename system/cbootimage/set.h => set.h (100%) diff --git a/system/cbootimage/GNUmakefile b/GNUmakefile similarity index 100% rename from system/cbootimage/GNUmakefile rename to GNUmakefile diff --git a/system/cbootimage/aes_ref.c b/aes_ref.c similarity index 100% rename from system/cbootimage/aes_ref.c rename to aes_ref.c diff --git a/system/cbootimage/cbootimage.c b/cbootimage.c similarity index 100% rename from system/cbootimage/cbootimage.c rename to cbootimage.c diff --git a/system/cbootimage/cbootimage.h b/cbootimage.h similarity index 100% rename from system/cbootimage/cbootimage.h rename to cbootimage.h diff --git a/system/cbootimage/crypto.c b/crypto.c similarity index 100% rename from system/cbootimage/crypto.c rename to crypto.c diff --git a/system/cbootimage/crypto.h b/crypto.h similarity index 100% rename from system/cbootimage/crypto.h rename to crypto.h diff --git a/system/cbootimage/data_layout.c b/data_layout.c similarity index 100% rename from system/cbootimage/data_layout.c rename to data_layout.c diff --git a/system/cbootimage/data_layout.h b/data_layout.h similarity index 100% rename from system/cbootimage/data_layout.h rename to data_layout.h diff --git a/system/cbootimage/nvaes_ref.h b/nvaes_ref.h similarity index 100% rename from system/cbootimage/nvaes_ref.h rename to nvaes_ref.h diff --git a/system/cbootimage/nvbctlib.h b/nvbctlib.h similarity index 100% rename from system/cbootimage/nvbctlib.h rename to nvbctlib.h diff --git a/system/cbootimage/nvbctlib_ap20.c b/nvbctlib_ap20.c similarity index 100% rename from system/cbootimage/nvbctlib_ap20.c rename to nvbctlib_ap20.c diff --git a/system/cbootimage/nvboot_bct.h b/nvboot_bct.h similarity index 100% rename from system/cbootimage/nvboot_bct.h rename to nvboot_bct.h diff --git a/system/cbootimage/parse.c b/parse.c similarity index 100% rename from system/cbootimage/parse.c rename to parse.c diff --git a/system/cbootimage/parse.h b/parse.h similarity index 100% rename from system/cbootimage/parse.h rename to parse.h diff --git a/system/cbootimage/set.c b/set.c similarity index 100% rename from system/cbootimage/set.c rename to set.c diff --git a/system/cbootimage/set.h b/set.h similarity index 100% rename from system/cbootimage/set.h rename to set.h