VERSION = 2014
PATCHLEVEL = 10
SUBLEVEL =
EXTRAVERSION = -rc2
- config header
copy include/configs/smdkc100.h to include/configs/mango100.h
- board directory
copy board/samsung/smdkc100 to board/samsung/mango100
- defconfig
copy configs/smdkc100_defconfig configs/mango100_defconfig
- arch/arm/Kconfig
add these lines
config TARGET_MANGO100
bool "Support mango100"
source "board/samsung/mango100/Kconfig"
-board/samsung/mango100/Kconfig
-board/samsung/mango100/Makefile
- update MAKEALL
need to modify???
- update Makefile
need to modify???
- arch/arm/config.mk
- arch/arm/cpu/armv7/config.mk
- include/autoconfig.mk
- include/autoconfig.mk.dep
generated by Makefile
- include/config.h
No comments:
Post a Comment