diff mbox series

[07/25] MPC837XERDB: Stop using CONFIG_RAMDISKFILE

Message ID 20220330220735.908616-7-trini@konsulko.com
State Accepted
Commit 8ab7647297f2e96c59489e62deeba3270889039e
Delegated to: Tom Rini
Headers show
Series [01/25] Convert CONFIG_BOARD_SIZE_LIMIT to Kconfig | expand

Commit Message

Tom Rini March 30, 2022, 10:07 p.m. UTC
We don't really configure this, just set it directly in the environment
section.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 include/configs/MPC837XERDB.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Tom Rini April 8, 2022, 6:03 p.m. UTC | #1
On Wed, Mar 30, 2022 at 06:07:17PM -0400, Tom Rini wrote:

> We don't really configure this, just set it directly in the environment
> section.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h
index 4c4d2c0e1056..eb4ccb17eaaf 100644
--- a/include/configs/MPC837XERDB.h
+++ b/include/configs/MPC837XERDB.h
@@ -315,7 +315,6 @@ 
 
 #define CONFIG_HOSTNAME		"mpc837x_rdb"
 #define CONFIG_ROOTPATH		"/nfsroot"
-#define CONFIG_RAMDISKFILE	"rootfs.ext2.gz.uboot"
 				/* U-Boot image on TFTP server */
 #define CONFIG_UBOOTPATH	"u-boot.bin"
 #define CONFIG_FDTFILE		"mpc8379_rdb.dtb"
@@ -337,7 +336,7 @@ 
 	"fdtaddr=780000\0"						\
 	"fdtfile=" CONFIG_FDTFILE "\0"					\
 	"ramdiskaddr=1000000\0"						\
-	"ramdiskfile=" CONFIG_RAMDISKFILE "\0"				\
+	"ramdiskfile=rootfs.ext2.gz.uboot\0"				\
 	"console=ttyS0\0"						\
 	"setbootargs=setenv bootargs "					\
 		"root=$rootdev rw console=$console,$baudrate $othbootargs\0" \