diff options
author | Wolfgang Denk <wd@denx.de> | 2011-08-26 02:25:44 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-04 11:36:14 +0200 |
commit | 37a9b4d0b7457f6d1c1998fff2372b7f92bc1d8c (patch) | |
tree | 20346a34f247598556fcb0905b64aa319171d516 /board/cmc_pu2/config.mk | |
parent | b5508344581d785b495df6e2b9cb94a13360afb5 (diff) | |
download | u-boot-imx-37a9b4d0b7457f6d1c1998fff2372b7f92bc1d8c.zip u-boot-imx-37a9b4d0b7457f6d1c1998fff2372b7f92bc1d8c.tar.gz u-boot-imx-37a9b4d0b7457f6d1c1998fff2372b7f92bc1d8c.tar.bz2 |
ARM: remove broken "cmc_pu2" board
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/cmc_pu2/config.mk')
-rw-r--r-- | board/cmc_pu2/config.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/cmc_pu2/config.mk b/board/cmc_pu2/config.mk deleted file mode 100644 index cdb8a5f..0000000 --- a/board/cmc_pu2/config.mk +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_SYS_TEXT_BASE = 0x20F00000 -## For testing: load at 0x20100000 and "go" at 0x201000A4 -#CONFIG_SYS_TEXT_BASE = 0x20100000 |