summaryrefslogtreecommitdiffstats
path: root/boards.cfg
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-04-30 12:55:22 +0900
committerYork Sun <yorksun@freescale.com>2014-05-13 11:00:01 -0500
commit8ad5d45e0044f5e64dbe7c6bd4e6aa0121a26b23 (patch)
tree4148d92c70a1b5103e18d758cd0362da237e5347 /boards.cfg
parent15672c6dbd7e5a110773480ccfe47b98ba1dc6f8 (diff)
downloadblackbird-obmc-uboot-8ad5d45e0044f5e64dbe7c6bd4e6aa0121a26b23.tar.gz
blackbird-obmc-uboot-8ad5d45e0044f5e64dbe7c6bd4e6aa0121a26b23.zip
boards.cfg: fix a configuration error of ep8248 board
"make ep8248_config" fails with an error like this: $ make ep8248_config make: *** [ep8248_config] Error 1 Its cause is that there are two entries for "ep8248". The first is around line 652 of boards.cfg. (as Active) The second appears around line 1230. (as Orphan) This bug was accidentally introduced by commit e7e90901. But it is not the author's fault. He just intended to change IDS8247 board. The commiter added ep8248 entry by mistake when he resolved a conflict. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Heiko Schocher <hs@denx.de> Cc: Kim Phillips <kim.phillips@linaro.org> Acked-by: Heiko Schocher <hs@denx.de> Acked-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'boards.cfg')
-rw-r--r--boards.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/boards.cfg b/boards.cfg
index 9fa01a2c35..3a59686c29 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -652,7 +652,6 @@ Active powerpc mpc8260 - - cpu86
Active powerpc mpc8260 - - cpu86 CPU86_ROMBOOT CPU86:BOOT_ROM Wolfgang Denk <wd@denx.de>
Active powerpc mpc8260 - - cpu87 CPU87 - -
Active powerpc mpc8260 - - cpu87 CPU87_ROMBOOT CPU87:BOOT_ROM -
-Active powerpc mpc8260 - - ep8248 ep8248 - Yuli Barcohen <yuli@arabellasw.com>
Active powerpc mpc8260 - - iphase4539 IPHASE4539 - Wolfgang Grandegger <wg@denx.de>
Active powerpc mpc8260 - - muas3001 muas3001 - Heiko Schocher <hs@denx.de>
Active powerpc mpc8260 - - muas3001 muas3001_dev muas3001:MUAS_DEV_BOARD Heiko Schocher <hs@denx.de>
OpenPOWER on IntegriCloud