From 5f8c4d44192f1e24973cc67528d7f860aedf9e69 Mon Sep 17 00:00:00 2001 From: Breno Lima Date: Tue, 10 Jan 2017 16:32:40 -0200 Subject: udoo_neo: Remove ramdiskaddr environment variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove unused ramdiskaddr environment variable. Suggested-by: Andreas Färber Signed-off-by: Breno Lima --- include/configs/udoo_neo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/udoo_neo.h') diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index 456a0444b7..23a3685bcd 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 -- cgit v1.2.3