diff options
author | Frieder Schrempf | 2022-08-23 16:29:14 +0200 |
---|---|---|
committer | Stefano Babic | 2022-10-20 17:35:51 +0200 |
commit | 7dd6af85bc1c798108561a162aa7aba21d054b6a (patch) | |
tree | ee7a505d48d771f10411e06e871068747332881c /board/kontron | |
parent | 93935acc6f1d5b928f8552e767638e94a82793da (diff) |
imx: imx6ul: kontron-sl-mx6ul: Migrate to use CONFIG_EXTRA_ENV_TEXT
Move the environment from the board header to a separate text file
and also drop those variables that are already set in env_default.h
from the Kconfig options or are not needed anymore.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Diffstat (limited to 'board/kontron')
-rw-r--r-- | board/kontron/sl-mx6ul/sl-mx6ul.env | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/kontron/sl-mx6ul/sl-mx6ul.env b/board/kontron/sl-mx6ul/sl-mx6ul.env new file mode 100644 index 00000000000..9484e739dd4 --- /dev/null +++ b/board/kontron/sl-mx6ul/sl-mx6ul.env @@ -0,0 +1,4 @@ +kernel_addr_r=0x82000000 +ramdisk_addr_r=0x88080000 +pxefile_addr_r=0x80100000 +scriptaddr=0x80100000 |