move cf size to target config files

This commit is contained in:
Sam Leffler 2008-12-20 01:11:10 +00:00
parent 656c23db6e
commit 768a45fb1b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/cambria/; revision=186348
3 changed files with 6 additions and 3 deletions

View File

@ -2,4 +2,7 @@ NANO_NAME="avila"
NANO_SRC="/usr/sam/base/projects/cambria"
NANO_KERNEL="G2348"
NANO_IMAGES=1
FlashDevice Sandisk 64M
. common

View File

@ -2,4 +2,7 @@ NANO_NAME="cambria"
NANO_SRC="/usr/sam/base/projects/cambria"
NANO_KERNEL="G2358"
NANO_IMAGES=2
FlashDevice Sandisk 64M
. common

View File

@ -6,9 +6,6 @@ NANO_ARCH=arm
TARGET_CPUTYPE=xscale; export TARGET_CPUTYPE # XXX
TARGET_BIG_ENDIAN=true; export TARGET_BIG_ENDIAN # XXX
NANO_IMAGES=1
FlashDevice Sandisk 64
NANO_CUSTOMIZE="cust_allow_ssh_root"
clean_usr_local()