diff options
author | Wolfgang Denk <wd@nyx.denx.de> | 2006-03-06 13:03:37 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@nyx.denx.de> | 2006-03-06 13:03:37 +0100 |
commit | bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e (patch) | |
tree | d2b832bf54040b49a8518b63620f2774398fa8d5 /board/esd/hub405/config.mk | |
parent | 4e3ccd26925e5ada78dd89779838f052dffe3e67 (diff) | |
download | u-boot-imx-bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e.zip u-boot-imx-bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e.tar.gz u-boot-imx-bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e.tar.bz2 |
Minor code cleanup
Diffstat (limited to 'board/esd/hub405/config.mk')
-rw-r--r-- | board/esd/hub405/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/esd/hub405/config.mk b/board/esd/hub405/config.mk index 22ff122..4c60c35 100644 --- a/board/esd/hub405/config.mk +++ b/board/esd/hub405/config.mk @@ -29,4 +29,3 @@ TEXT_BASE = 0xFFFC0000 # Compile the legacy NAND code (CFG_NAND_LEGACY must be defined) BOARDLIBS = drivers/nand_legacy/libnand_legacy.a - |