diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-16 13:47:55 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-16 13:47:55 +0000 |
commit | a03f7ad9d75d5c8edba4bd2661e8debc067e846f (patch) | |
tree | 05fe8ffd71b7f66b133c2e16717ad49b14d8785e /conf/machine/h6300.conf | |
parent | f99a4d32a4152d92c296a76ea526140ecc04812e (diff) |
pocketpc-based machines: Consistently use "require" instead of "include" in confs.
Diffstat (limited to 'conf/machine/h6300.conf')
-rw-r--r-- | conf/machine/h6300.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h6300.conf b/conf/machine/h6300.conf index 42eabeb588..18d08ebfcc 100644 --- a/conf/machine/h6300.conf +++ b/conf/machine/h6300.conf @@ -41,4 +41,4 @@ SERIAL_CONSOLE ?= "115200 ttyS0" EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000" #Use OMAP 1510 cpu specifig arm9tdmi options for gcc -include conf/machine/include/tune-arm9tdmi.conf +require conf/machine/include/tune-arm9tdmi.conf |