diff options
Diffstat (limited to 'board/cm5200')
| -rw-r--r-- | board/cm5200/fwupdate.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/cm5200/fwupdate.h b/board/cm5200/fwupdate.h index 4e3f1e164..3bbcbdc3c 100644 --- a/board/cm5200/fwupdate.h +++ b/board/cm5200/fwupdate.h @@ -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); |