Message ID | 1466564648-13465-2-git-send-email-john.stultz@linaro.org |
---|---|
State | New |
Headers | show |
diff --git a/configs/flo_defconfig b/configs/flo_defconfig new file mode 100644 index 0000000..48ae138 --- /dev/null +++ b/configs/flo_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYSTEMIMAGE_SIZE=880803840 +CONFIG_KERNEL=y +CONFIG_KERNEL_CMDLINE="console=ttyHSL0,115200,n8 user_debug=31 console=ttyMSM0,115200,n8 androidboot.selinux=permissive" +CONFIG_KERNEL_BASE_ADDR=0x80200000 +CONFIG_RAMDISK_OFFSET=0x02000000
This adds some of the magic values needed to build the boot.img for the nexus7 flo device. Signed-off-by: John Stultz <john.stultz@linaro.org> --- configs/flo_defconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 configs/flo_defconfig -- 1.9.1