mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-29 15:44:04 +00:00
sunxi: move KERNEL_LOADADDR into subtargets
As preparation for the arm926ej-s support which has a different load address, move the KERNEL_LOADADDR into the subtargets. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
This commit is contained in:
parent
01fc454a0c
commit
30149ba1ae
@ -10,7 +10,6 @@ FAT32_BLOCK_SIZE=1024
|
||||
FAT32_BLOCKS=$(shell echo $$(($(CONFIG_SUNXI_SD_BOOT_PARTSIZE)*1024*1024/$(FAT32_BLOCK_SIZE))))
|
||||
|
||||
DEVICE_VARS := SUNXI_DTS SUNXI_DTS_DIR
|
||||
KERNEL_LOADADDR:=0x40008000
|
||||
|
||||
define Build/sunxi-sdcard
|
||||
rm -f $@.boot
|
||||
|
@ -3,6 +3,8 @@
|
||||
# Copyright (C) 2013-2016 OpenWrt.org
|
||||
# Copyright (C) 2016 Yousong Zhou
|
||||
|
||||
KERNEL_LOADADDR:=0x40008000
|
||||
|
||||
define Device/sun50i
|
||||
SUNXI_DTS_DIR := allwinner/
|
||||
KERNEL_NAME := Image
|
||||
|
@ -3,6 +3,8 @@
|
||||
# Copyright (C) 2013-2019 OpenWrt.org
|
||||
# Copyright (C) 2016 Yousong Zhou
|
||||
|
||||
KERNEL_LOADADDR:=0x40008000
|
||||
|
||||
define Device/cubietech_cubieboard2
|
||||
DEVICE_VENDOR := Cubietech
|
||||
DEVICE_MODEL := Cubieboard2
|
||||
|
@ -3,6 +3,8 @@
|
||||
# Copyright (C) 2013-2016 OpenWrt.org
|
||||
# Copyright (C) 2016 Yousong Zhou
|
||||
|
||||
KERNEL_LOADADDR:=0x40008000
|
||||
|
||||
define Device/cubietech_a10-cubieboard
|
||||
DEVICE_VENDOR := Cubietech
|
||||
DEVICE_MODEL := Cubieboard
|
||||
|
Loading…
x
Reference in New Issue
Block a user