]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cm5200/fwupdate.h
Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
[karo-tx-uboot.git] / board / cm5200 / fwupdate.h
index 4e3f1e164aa74a828e750dd464b3189de366985f..3bbcbdc3ca2e67a11477d72daa6f90c596d87d80 100644 (file)
@@ -39,7 +39,7 @@
 #define FW_DIR         "nx-fw"
 #define RESCUE_IMAGE   "nxrs.img"
 #define LOAD_ADDR      0x400000
-#define RS_BOOTARGS    "ramdisk=8192K"
+#define RS_BOOTARGS    "ramdisk_size=8192K"
 
 /* Main function for fwupdate */
 void cm5200_fwupdate(void);