S5PC11X : Radio : Add /data/radio directory for nv_data.bin

All nv_data will be written on the /data/radio to support ics ril.

Change-Id: I0fd20a1a7df67ac28a67ecbc001edf6b376cc4fc
Signed-off-by: Jeonghwan Min <jh78.min@samsung.com>
diff --git a/init.herring.rc b/init.herring.rc
index 6d6f029..f96b476 100755
--- a/init.herring.rc
+++ b/init.herring.rc
@@ -34,7 +34,7 @@
 
 on fs
     mkdir /efs 0775 radio radio
-    mount yaffs2 mtd@efs /efs nosuid nodev
+    mount yaffs2 mtd@efs /efs noatime nosuid nodev
     chmod 770 /efs/bluetooth
     chmod 770 /efs/imei
     mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/system /system wait ro
@@ -56,6 +56,8 @@
 # We chown/chmod /efs because mount is run as root + defaults
     chown radio radio /efs
     chmod 0775 /efs
+    mkdir /data/radio 0775 radio radio
+    mkdir /data/radio/log 0775 radio radio
 
 # permissions for NFC
     setprop ro.nfc.port "I2C"