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 faa4785fb4..2231f80ed2 100644 --- a/conf/machine/at32stk1000.conf +++ b/conf/machine/at32stk1000.conf @@ -19,3 +19,5 @@ SERIAL_CONSOLE = "115200" # used by some images ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" + +KERNEL_IMAGETYPE = "uImage" |