diff options
| author | Breno Lima <[email protected]> | 2017-01-10 16:32:40 -0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2017-01-27 10:44:16 +0100 |
| commit | 5f8c4d44192f1e24973cc67528d7f860aedf9e69 (patch) | |
| tree | 843a449cb4b63984ffae108927efb22987852293 /include | |
| parent | d8e13887f6f4fcde11f1333fdce37f8af88393df (diff) | |
udoo_neo: Remove ramdiskaddr environment variable
Remove unused ramdiskaddr environment variable.
Suggested-by: Andreas Färber <[email protected]>
Signed-off-by: Breno Lima <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/udoo_neo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index 456a0444b7b..23a3685bcd5 100644 --- a/include/configs/udoo_neo.h +++ b/include/configs/udoo_neo.h @@ -52,7 +52,6 @@ "kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \ "pxefile_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \ "ramdisk_addr_r=0x83000000\0" \ - "ramdiskaddr=0x83000000\0" \ "scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \ BOOTENV |
