diff options
Diffstat (limited to 'conf/machine/at32stk1000.conf')
-rw-r--r-- | conf/machine/at32stk1000.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index 13523ee1e5..7a7370263a 100644 --- a/conf/machine/at32stk1000.conf +++ b/conf/machine/at32stk1000.conf @@ -28,4 +28,6 @@ UBOOT_MACHINE = "atstk1002_config" UBOOT_ENTRYPOINT = "0x90000000" UBOOT_LOADADDRESS = "0x10000000" +require conf/machine/include/tune-at32ap7000.inc + |