diff options
author | Wolfgang Denk <wd@denx.de> | 2012-11-29 02:53:29 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-02-28 14:49:24 +0100 |
commit | 4cfc611b4a4ce009cfad46804bec2a1caad8e329 (patch) | |
tree | 64fa8d69dbc94806d062167f64673f31e97e0a26 /board/ns9750dev/config.mk | |
parent | 11da5d821324991f1e6a79bde1a0908ffb9bcf36 (diff) | |
download | u-boot-imx-4cfc611b4a4ce009cfad46804bec2a1caad8e329.zip u-boot-imx-4cfc611b4a4ce009cfad46804bec2a1caad8e329.tar.gz u-boot-imx-4cfc611b4a4ce009cfad46804bec2a1caad8e329.tar.bz2 |
ARM: ns9750dev: remove remainders of dead board
Commit 8b710b1 started removing code for the unmaintained "ns9750dev"
board; the board support is still broken, and not included anywhere in
the Makefile or boards.cfg. Remove the remaining dead code.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/ns9750dev/config.mk')
-rw-r--r-- | board/ns9750dev/config.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/board/ns9750dev/config.mk b/board/ns9750dev/config.mk deleted file mode 100644 index e5d8702..0000000 --- a/board/ns9750dev/config.mk +++ /dev/null @@ -1,16 +0,0 @@ -####################################################################### -# -# Copyright (C) 2004 by FS Forth-Systeme GmbH. -# Markus Pietrek <mpietrek@fsforth.de> -# -# @TODO -# Linux-Kernel is expected to be at 0000'8000, entry 0000'8000 -# optionally with a ramdisk at 0080'0000 -# -# we load ourself to 0078'0000 -# -# download area is 0060'0000 -# - - -CONFIG_SYS_TEXT_BASE = 0x00780000 |