From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alison Wang Date: Thu, 18 Sep 2014 20:40:05 -0700 (MST) Subject: [U-Boot] [PATCH 6/7] arm: ls102xa: Add SD boot support for LS1021AQDS board In-Reply-To: References: <1411019239-12360-1-git-send-email-b18965@freescale.com> <1411019239-12360-7-git-send-email-b18965@freescale.com> Message-ID: <1411098005531-189759.post@n7.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Albert, On Thu, 18 Sep 2014 13:47:18 +0800, Alison Wang wrote: > + > + . = ALIGN(4); > + .u_boot_list : { > + KEEP(*(SORT(.u_boot_list*_i2c_*))); > + } IS this required? And if it is, could it not be added to the arch/arm/cpu/u-boot-spl.lds file? This way you would not need an .lds file at all. [Alison Wang] Yes, it is required. I would like to add it in arch/arm/cpu/u-boot-spl.lds. I was not sure adding it in arch/arm/cpu/u-boot-spl.lds is acceptable or not. Alison -- View this message in context: http://u-boot.10912.n7.nabble.com/PATCH-0-7-Add-SD-boot-support-for-LS1021AQDS-TWR-board-tp189678p189759.html Sent from the U-Boot mailing list archive at Nabble.com.