From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Guan Xuetao" Subject: [PATCHv1 009/211] unicore32: new file arch/unicore32/boot/compressed/piggy.S.in Date: Thu, 9 Dec 2010 17:39:12 +0800 Message-ID: <01dc01cb9784$efcfee90$cf6fcbb0$@mprc.pku.edu.cn> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mprc.pku.edu.cn ([162.105.203.9]:53331 "EHLO mprc.pku.edu.cn" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755379Ab0LIJjP (ORCPT ); Thu, 9 Dec 2010 04:39:15 -0500 Content-Language: zh-cn Sender: linux-arch-owner@vger.kernel.org List-ID: To: Arnd Bergmann Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org From: Guan Xuetao this file generate piggy.S, and then piggy.gzip, or so Signed-off-by: Guan Xuetao --- arch/unicore32/boot/compressed/piggy.S.in | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/unicore32/boot/compressed/piggy.S.in b/arch/unicore32/boot/compressed/piggy.S.in new file mode 100644 index 0000000..b79704d --- /dev/null +++ b/arch/unicore32/boot/compressed/piggy.S.in @@ -0,0 +1,6 @@ + .section .piggydata,#alloc + .globl input_data +input_data: + .incbin "arch/unicore32/boot/compressed/piggy.DECOMP_SUFFIX" + .globl input_data_end +input_data_end: