summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSamin Guo <samin.guo@starfivetech.com>2023-08-16 10:25:38 +0300
committerSamin Guo <samin.guo@starfivetech.com>2023-08-16 10:25:38 +0300
commit0b1529615a8f932d19cd4200d5bb79e210bc8776 (patch)
tree7d9ab884da8b3dcd4c650e1334f1ec1db9f163ed /include
parent39eb5e5464d4de7cb4367f7ccf2939ee52c60c5f (diff)
downloadu-boot-0b1529615a8f932d19cd4200d5bb79e210bc8776.tar.xz
riscv: starfive: evb: remove unused bootenv
will be replaced by the new bootenv Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/starfive-evb.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/configs/starfive-evb.h b/include/configs/starfive-evb.h
index 70eafe5bf9..bc6d9c1da8 100644
--- a/include/configs/starfive-evb.h
+++ b/include/configs/starfive-evb.h
@@ -134,22 +134,6 @@
"fi; " \
"fi; \0"
-#define EVB_BOOTENV_NVME \
- "sdev_cmd=mmc\0" \
- "sdev_blk=mmcblk0p4\0" \
- "scan_nvme_dev=" \
- "if pci enum; then " \
- "nvme scan; " \
- "echo pci enum ...;" \
- "fi; " \
- "if nvme dev; then " \
- "setenv sdev_cmd nvme;" \
- "setenv sdev_blk nvme0n1p4;" \
- "fi; \0" \
- "mmcbootenv=run scan_nvme_dev; " \
- "fatload ${sdev_cmd} 0:3 $kernel_addr_r jh7110_uEnv.txt; " \
- "env import -t $kernel_addr_r $filesize; \0"
-
#define CHIPA_GMAC_SET \
"chipa_gmac_set=" \
"fdt set /soc/ethernet@16030000/ethernet-phy@0 tx_inverted_10 <0x1>;" \
@@ -225,7 +209,6 @@
"loadaddr=0x60000000\0" \
CHIPA_GMAC_SET \
CHIPA_SET \
- EVB_BOOTENV_NVME \
CPU_VOL_1020_SET \
CPU_VOL_1040_SET \
CPU_VOL_1060_SET \