diff options
author | Petr Štetiar <ynezz@true.cz> | 2023-06-05 11:45:30 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2023-06-05 11:46:47 +0200 |
commit | a3ee2bf9a11e5f2e4404f9b9f56ca06c6b6891ab (patch) | |
tree | 39ea43fe405572da26b1c07c4bff28644c3f385d /package/boot/uboot-envtools/files | |
parent | b6a14ef7b93b171dde25bc6095a0dac175ae91ba (diff) |
Revert "ipq807x: add initial support for prpl Foundation Haze board"
This reverts commit 48603a271e6ff9e5cd851e873429893115e00c94 as this
was commited by accident, its still work in progress.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/boot/uboot-envtools/files')
-rw-r--r-- | package/boot/uboot-envtools/files/ipq807x | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/boot/uboot-envtools/files/ipq807x b/package/boot/uboot-envtools/files/ipq807x index 345cdadebe..0185c2c8e6 100644 --- a/package/boot/uboot-envtools/files/ipq807x +++ b/package/boot/uboot-envtools/files/ipq807x @@ -36,11 +36,6 @@ xiaomi,ax9000) [ -n "$idx2" ] && \ ubootenv_add_uci_sys_config "/dev/mtd$idx2" "0x0" "0x10000" "0x20000" ;; -prpl,haze) - mmcpart="$(find_mmc_part 0:APPSBLENV)" - [ -n "$mmcpart" ] && \ - ubootenv_add_uci_config "$mmcpart" "0x0" "0x40000" "0x400" "0x100" - ;; qnap,301w) idx="$(find_mtd_index 0:appsblenv)" [ -n "$idx" ] && \ |