From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Wed, 13 Apr 2011 20:00:09 +1000 Subject: [U-Boot] [PATCH 2/6] eNET: Remove config.mk In-Reply-To: <1302520020-4767-3-git-send-email-graeme.russ@gmail.com> References: <1302520020-4767-1-git-send-email-graeme.russ@gmail.com> <1302520020-4767-3-git-send-email-graeme.russ@gmail.com> Message-ID: <4DA57429.7020008@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/04/11 21:06, Graeme Russ wrote: > By including in the ld script, CONFIG_SYS_MONITOR_LEN (defined > in the boards config file) can be used in lieu of FLASH_SIZE (defined in > the board specific config.mk) > > As this is the last remaining entry in the board specific config.mk, this > file can now be removed > > Signed-off-by: Graeme Russ > --- > arch/i386/cpu/u-boot.lds | 5 +++-- > board/eNET/config.mk | 24 ------------------------ > 2 files changed, 3 insertions(+), 26 deletions(-) > delete mode 100644 board/eNET/config.mk Applied to u-boot-x86, master branch, thanks. Regards, Graeme Russ