summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-06-22 11:25:52 -0400
committerTom Rini <[email protected]>2022-06-22 21:30:05 -0400
commit929e581a620feba40bea659725f88b338d8b65ec (patch)
tree44ca356e93474a6d909dd4754288bc92cee33e7c /include
parent781a144a7a7e1c3efea94b1a8be8ea65f5e0ac13 (diff)
corstone1000: Convert to text file environment
Convert this platform to using the text file environment rather than defining CONFIG_EXTRA_ENV_SETTINGS. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/corstone1000.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/configs/corstone1000.h b/include/configs/corstone1000.h
index eba5cba0fba..38d7fe8d0d4 100644
--- a/include/configs/corstone1000.h
+++ b/include/configs/corstone1000.h
@@ -24,18 +24,4 @@
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
-#define CONFIG_EXTRA_ENV_SETTINGS \
- "usb_pgood_delay=250\0" \
- "boot_bank_flag=0x08002000\0" \
- "kernel_addr_bank_0=0x083EE000\0" \
- "kernel_addr_bank_1=0x0936E000\0" \
- "retrieve_kernel_load_addr=" \
- "if itest.l *${boot_bank_flag} == 0; then " \
- "setenv kernel_addr $kernel_addr_bank_0;" \
- "else " \
- "setenv kernel_addr $kernel_addr_bank_1;" \
- "fi;" \
- "\0" \
- "kernel_addr_r=0x88200000\0"
-
#endif