From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sat, 30 Aug 2014 17:53:16 +0800 Subject: [U-Boot] [PATCH v2] nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook In-Reply-To: <1409218504-6599-1-git-send-email-thomas@wytron.com.tw> References: <1408974327-25034-1-git-send-email-thomas@wytron.com.tw> <1409218504-6599-1-git-send-email-thomas@wytron.com.tw> Message-ID: <54019F0C.8010306@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/28/2014 05:35 PM, Thomas Chou wrote: > This patch changes the link script to base at CONFIG_SYS_MONITOR_BASE. > Then we can remove the text_base hook in nios2-generic board. > > Signed-off-by: Thomas Chou > --- > > Changes in v2: > - Remove text_base_hook() proto in nios2-generic.c > Applied.