]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
boards.cfg: fix a configuration error of ep8248 board
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 30 Apr 2014 03:55:22 +0000 (12:55 +0900)
committerYork Sun <yorksun@freescale.com>
Tue, 13 May 2014 16:00:01 +0000 (11:00 -0500)
commit8ad5d45e0044f5e64dbe7c6bd4e6aa0121a26b23
tree4148d92c70a1b5103e18d758cd0362da237e5347
parent15672c6dbd7e5a110773480ccfe47b98ba1dc6f8
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>
boards.cfg