diff options
author | Wolfgang Denk <wd@denx.de> | 2010-10-05 22:03:23 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-18 21:48:26 +0200 |
commit | 059e77824695f4b8ef3b6e38308fa0168433a41d (patch) | |
tree | ec22c079b3ea6d448e42a266bf6861390a932088 /board/logodl/config.mk | |
parent | b6e7bd9740f84d5a81302fb0f0c559823027ebcd (diff) | |
download | u-boot-imx-059e77824695f4b8ef3b6e38308fa0168433a41d.zip u-boot-imx-059e77824695f4b8ef3b6e38308fa0168433a41d.tar.gz u-boot-imx-059e77824695f4b8ef3b6e38308fa0168433a41d.tar.bz2 |
logodl: remove code for yet another corpse
The logodl board has long been unmaintained and left broken.
As obviously nobody is interestedin that code any more, we may as well
remove it.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: August Hoeraendl <august.hoerandl@gmx.at>
Cc: Robert Schwebel <r.schwebel@pengutronix.de>
Cc: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'board/logodl/config.mk')
-rw-r--r-- | board/logodl/config.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/board/logodl/config.mk b/board/logodl/config.mk deleted file mode 100644 index 76c382d..0000000 --- a/board/logodl/config.mk +++ /dev/null @@ -1,15 +0,0 @@ -# -# Linux-Kernel is expected to be at c000'8000, entry c000'8000 -# -# we load ourself to c170'0000, the upper 1 MB of second bank -# -# download areas is c800'0000 -# - -#TEXT_BASE = 0 - -# FIXME: armboot does only work correctly when being compiled -# # for the addresses _after_ relocation to RAM!! Otherwhise the -# # .bss segment is assumed in flash... -# -TEXT_BASE = 0x083E0000 |