diff options
Diffstat (limited to 'conf/machine/a780.conf')
-rw-r--r-- | conf/machine/a780.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/a780.conf b/conf/machine/a780.conf index 1c3ae63025..8c3f768e8c 100644 --- a/conf/machine/a780.conf +++ b/conf/machine/a780.conf @@ -28,6 +28,6 @@ ROOT_FLASH_SIZE = "24" EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. -include conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.conf SERIAL_CONSOLE = "115200 ttyS0" |