diff options
author | Marek Vasut <marex@denx.de> | 2012-09-05 17:16:55 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-09-18 12:01:51 -0700 |
commit | 535c74f80cb9eff0fa66ce750fc7fc8a8539635c (patch) | |
tree | aedc0aabfab862f2556a653bca97199815d2b941 /board/apollon/config.mk | |
parent | e4a189acfed4e8a99599f948a019f709b066722f (diff) | |
download | u-boot-imx-535c74f80cb9eff0fa66ce750fc7fc8a8539635c.zip u-boot-imx-535c74f80cb9eff0fa66ce750fc7fc8a8539635c.tar.gz u-boot-imx-535c74f80cb9eff0fa66ce750fc7fc8a8539635c.tar.bz2 |
ARM: Remove apollon board
This board is the only board that still sticks to OneNAND IPL.
Remove this board, since we have SPL around for a while and
OneNAND is well supported in the SPL framework. The board can
be revived if necessary.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/apollon/config.mk')
-rw-r--r-- | board/apollon/config.mk | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/board/apollon/config.mk b/board/apollon/config.mk deleted file mode 100644 index 66005d4..0000000 --- a/board/apollon/config.mk +++ /dev/null @@ -1,25 +0,0 @@ -# -# (C) Copyright 2005-2007 -# Samsung Electronics -# -# Samsung December board with OMAP2420 (ARM1136) cpu -# see http://www.ti.com/ for more information on Texas Instruments -# -# December has 1 bank of 128MB mDDR-SDRAM on CS0 -# December has 1 bank of 00MB mDDR-SDRAM on CS1 -# Physical Address: -# 8000'0000 (bank0) -# A000/0000 (bank1) ES2 will be configurable -# Linux-Kernel is expected to be at 8000'8000, entry 8000'8000 -# (mem base + reserved) -# For use with external or internal boots. -CONFIG_SYS_TEXT_BASE = 0x83e80000 - -# Used with full SRAM boot. -# This is either with a GP system or a signed boot image. -# easiest, and safest way to go if you can. -#CONFIG_SYS_TEXT_BASE = 0x40270000 - -# Handy to get symbols to debug ROM version. -#CONFIG_SYS_TEXT_BASE = 0x0 -#CONFIG_SYS_TEXT_BASE = 0x08000000 |