Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff880112 authored by Alexandr Smirnov's avatar Alexandr Smirnov Committed by Kumar Gala
Browse files

[POWERPC] 85xx: Emerson KSI8560 bootwrapper



Add boot wrapper for Emerson KSI8560 board.

Signed-off-by: default avatarAlexandr Smirnov <asmirnov@ru.mvista.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 22b619ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -255,6 +255,7 @@ image-$(CONFIG_TQM8555) += cuImage.tqm8555
image-$(CONFIG_TQM8560)			+= cuImage.tqm8560
image-$(CONFIG_SBC8548)			+= cuImage.sbc8548
image-$(CONFIG_SBC8560)			+= cuImage.sbc8560
image-$(CONFIG_KSI8560)			+= cuImage.ksi8560

# Board ports in arch/powerpc/platform/embedded6xx/Kconfig
image-$(CONFIG_STORCENTER)		+= cuImage.storcenter
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ cuboot*)
    *-mpc83*)
        platformo=$object/cuboot-83xx.o
        ;;
    *-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555)
    *-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555|*-ksi8560*)
        platformo=$object/cuboot-85xx-cpm2.o
        ;;
    *-mpc85*|*-tqm8540|*-sbc85*)