]> git.ipfire.org Git - people/ms/u-boot.git/commit
eNET: Remove config.mk
authorGraeme Russ <graeme.russ@gmail.com>
Wed, 13 Apr 2011 09:43:25 +0000 (19:43 +1000)
committerGraeme Russ <graeme.russ@gmail.com>
Wed, 13 Apr 2011 09:43:25 +0000 (19:43 +1000)
commite413554f9df28b383eeb8e8e5de35848b15d74aa
tree6f86b15ba0caf2689fcca93ba6d56b6c279f783e
parentec8016c856af29de2f2ca6c3692929423673bf66
eNET: Remove config.mk

By including <config.h> 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 <graeme.russ@gmail.com>
arch/i386/cpu/u-boot.lds
board/eNET/config.mk [deleted file]