diff options
author | Sungbo Eo <mans0n@gorani.run> | 2020-03-11 10:35:48 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-03-11 19:22:31 +0100 |
commit | aaa7950731644069bf0a15f516e7ba24a6a7f7f4 (patch) | |
tree | 3045d49daadddf4ddba67c4842c002bb9ea7f95f /target | |
parent | aebe6ef30829229ab40866fa8b3df9460ab81e7a (diff) | |
download | upstream-aaa7950731644069bf0a15f516e7ba24a6a7f7f4.tar.gz upstream-aaa7950731644069bf0a15f516e7ba24a6a7f7f4.tar.bz2 upstream-aaa7950731644069bf0a15f516e7ba24a6a7f7f4.zip |
sunxi: remove SUNXI_UBOOT from DEVICE_VARS
All SUNXI_UBOOT usages were removed in e018c4d7ab8b ("uboot-sunxi: clean up,
switch to u-boot.mk"). Now drop the variable completely.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/sunxi/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/image/Makefile b/target/linux/sunxi/image/Makefile index 705d409ac5..cb8febca41 100644 --- a/target/linux/sunxi/image/Makefile +++ b/target/linux/sunxi/image/Makefile @@ -32,7 +32,7 @@ endef # why \x00\x00\x00\x00 for zImage-initramfs define Device/Default PROFILES := Default - DEVICE_VARS := SUNXI_DTS SUNXI_DTS_DIR SUNXI_UBOOT + DEVICE_VARS := SUNXI_DTS SUNXI_DTS_DIR KERNEL_NAME := zImage KERNEL := kernel-bin | uImage none IMAGES := sdcard.img.gz |