diff options
author | Chris Packham <judge.packham@gmail.com> | 2019-01-18 20:46:43 +1300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-02 08:23:57 -0500 |
commit | d5512a32f683120f7e2d88b148bad1836f667a3c (patch) | |
tree | af6e0bc4de02a443cb08b09e26b472ddc030967c /Kconfig | |
parent | dc146ca111873b1eabb9d0249ce0c1ec44e82a26 (diff) | |
download | u-boot-d5512a32f683120f7e2d88b148bad1836f667a3c.tar.gz u-boot-d5512a32f683120f7e2d88b148bad1836f667a3c.tar.bz2 u-boot-d5512a32f683120f7e2d88b148bad1836f667a3c.zip |
Kconfig: set default BUILD_TARGET for kirkwood
Now that BUILD_TARGET is in Kconfig we can define a default for boards
using the Kirkwood SoC.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Cc: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -230,6 +230,7 @@ config BUILD_TARGET default "u-boot-spl.kwb" if ARCH_MVEBU && SPL_BUILD default "u-boot-elf.srec" if RCAR_GEN3 default "u-boot.itb" if SPL_LOAD_FIT && ARCH_SUNXI + default "u-boot.kwb" if KIRKWOOD help Some SoCs need special image types (e.g. U-Boot binary with a special header) as build targets. By defining |