diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-27 12:07:04 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-27 12:07:04 +0000 |
commit | dafd387fe5ead45b9e5429a4d0a90900987a2e73 (patch) | |
tree | ea0cbfe446c4fb13932912e98c6f5a9ada5589c0 | |
parent | 7bab5055cdf91a3ee97634317321ac617a0487cc (diff) |
conf/machine/dht-walnut.conf : Remove TARGET_FPU as its now included in the tune-ppc405.inc
Add default uboot version to 1.1.4
-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 fe8f549221..a8a2d60c17 100644 --- a/conf/machine/dht-walnut.conf +++ b/conf/machine/dht-walnut.conf @@ -13,13 +13,13 @@ UBOOT_ENTRYPOINT = "0" MACHINE_FEATURES = "kernel26 ext2" TARGET_CPU = "405" -TARGET_FPU = "soft" #don't try to access tty1 USE_VT = "0" SERIAL_CONSOLE = "115200 ttyS0" +PREFERRED_VERSION_u-boot = "1.1.4" #tune for the 405 cpu require conf/machine/include/tune-ppc405.inc |