]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
configs:ks2_evm: update defconfigs to support SPL
authorMurali Karicheri <m-karicheri2@ti.com>
Thu, 9 Oct 2014 19:20:36 +0000 (22:20 +0300)
committerTom Rini <trini@ti.com>
Fri, 10 Oct 2014 16:10:00 +0000 (12:10 -0400)
commitf6c7c75482e10d115dab3567d7da8225fb24be6d
treef987172a01670986ff4ebd3f2442d855beed6143
parentdb67801bf92f7fae6131dbc0d387131698fb9490
configs:ks2_evm: update defconfigs to support SPL

The K2HK and K2E boards support SPL by default, so add
CONFIG_SPL option. Also export CONFIG_ARM, CONFIG_ARCH_KEYSTONE
and TARGET_K2*_EVM options to spl/.config as they are the same.
So now it's convinient to build gph images using only two commands:

make k2hk_evm_defconfig
make u-boot-spi.gph

Acked-By: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
configs/k2e_evm_defconfig
configs/k2hk_evm_defconfig