diff options
author | Kun-Hua Huang <kunhua@andestech.com> | 2015-08-24 14:52:35 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-28 11:46:35 -0400 |
commit | 2e88bb28d8061286d2f1cabcac224df15b941b82 (patch) | |
tree | f61379fd60c3a45e33c2fbae96df449daf7294db /arch/nds32/cpu/n1213/Makefile | |
parent | 14006a5671058bfe2f323beeec66448fce228adb (diff) | |
download | u-boot-imx-2e88bb28d8061286d2f1cabcac224df15b941b82.zip u-boot-imx-2e88bb28d8061286d2f1cabcac224df15b941b82.tar.gz u-boot-imx-2e88bb28d8061286d2f1cabcac224df15b941b82.tar.bz2 |
NDS32: Generic Board Support and Unsupport
Add nds32 ag101p generic board support.
Signed-off-by: Kun-Hua Huang <kunhua@andestech.com>
Diffstat (limited to 'arch/nds32/cpu/n1213/Makefile')
-rw-r--r-- | arch/nds32/cpu/n1213/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nds32/cpu/n1213/Makefile b/arch/nds32/cpu/n1213/Makefile index 8ab1fce..7d5ae96 100644 --- a/arch/nds32/cpu/n1213/Makefile +++ b/arch/nds32/cpu/n1213/Makefile @@ -12,4 +12,3 @@ extra-y = start.o obj-$(if $(filter ag101,$(SOC)),y) += ag101/ -obj-$(if $(filter ag102,$(SOC)),y) += ag102/ |