diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-23 18:17:21 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-23 18:17:21 +0000 |
commit | 9b9dab1285a359e8b713b7589d75c223cdb382df (patch) | |
tree | 6a1de5784592253ca1cae1fa076d937c98996b27 /conf | |
parent | 63dd0ca2b28510d8ad9d71fd4ba6e55ebc8f01d4 (diff) |
conf/machine/dht-walnut.conf : Set soft-float for the machine as its uses amcc405
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/dht-walnut.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/dht-walnut.conf b/conf/machine/dht-walnut.conf index c31aecd550..fe8f549221 100644 --- a/conf/machine/dht-walnut.conf +++ b/conf/machine/dht-walnut.conf @@ -13,7 +13,7 @@ UBOOT_ENTRYPOINT = "0" MACHINE_FEATURES = "kernel26 ext2" TARGET_CPU = "405" -OLDEST_KERNEL = "2.6.18" +TARGET_FPU = "soft" #don't try to access tty1 USE_VT = "0" |